Skip to content

Commit 3c27667

Browse files
committed
x
1 parent 73201be commit 3c27667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:
33-
tag_name: ${{ github.ref }}
34-
release_name: Release ${{ github.ref }}
33+
tag_name: ${{ github.ref_name }}
34+
release_name: Release ${{ github.ref_name }}
3535
draft: false
3636
prerelease: false
3737

0 commit comments

Comments
 (0)