Skip to content

Commit

Permalink
Remove unneeded checkout from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Nov 29, 2023
1 parent 15b197e commit 8f63bea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
env:
TAG: ${{ github.event.inputs.tag }}

- uses: actions/checkout@v3
with:
ref: "master"

- name: Tag and create release
uses: alisw/release-action@v1
with:
Expand Down

0 comments on commit 8f63bea

Please sign in to comment.