We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097d4a6 commit 087dd07Copy full SHA for 087dd07
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
with:
31
- tag_name: ${{ github.ref }}
+ tag_name: ${{ github.ref_name }}
32
release_name: Release ${{ github.ref }}
33
34
- name: Upload Release Asset
0 commit comments