Skip to content

Commit cdd3a82

Browse files
committed
Fix tag name in release
1 parent 841ef22 commit cdd3a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2020
with:
21-
name: ${{ github.ref }} Coding Standard
21+
name: ${{ github.ref_name }} Coding Standard
2222
draft: true
2323
prerelease: false

0 commit comments

Comments
 (0)