We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a298f commit cbc1735Copy full SHA for cbc1735
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
42
with:
43
tag_name: ${{ github.ref }}
44
- release_name: Release ${{ github.ref }}
+ release_name: Release ${{ github.ref_name }}
45
body: |
46
Changes in this Release
47
- First Change
0 commit comments