We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb72d8a commit 43da471Copy full SHA for 43da471
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
with:
24
tag_name: ${{ github.ref }}
25
- release_name: Amuze ${{ GITHUB_REF:11 }}
+ release_name: Amuze $(echo github.ref | rev | cut -d 'v' -f 1)
26
body: |
27
Initial release
28
draft: false
0 commit comments