Skip to content

Commit eb72d8a

Browse files
committed
Fix release CI
1 parent 5730dd7 commit eb72d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
25-
release_name: Amuze ${GITHUB_REF:11}
25+
release_name: Amuze ${{ GITHUB_REF:11 }}
2626
body: |
2727
Initial release
2828
draft: false

0 commit comments

Comments
 (0)