Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jontstaz committed Oct 3, 2023
1 parent 01059e1 commit f7e18c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF}"
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--title="$tag" \
Expand Down

0 comments on commit f7e18c6

Please sign in to comment.