Skip to content

Commit

Permalink
fix: GitHub blocks branch and tag names which begin with refs/
Browse files Browse the repository at this point in the history
  • Loading branch information
webjay committed Dec 8, 2023
1 parent 097d4a6 commit 087dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref }}

- name: Upload Release Asset
Expand Down

0 comments on commit 087dd07

Please sign in to comment.