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 a7f7d88 commit 9732d7dCopy full SHA for 9732d7d
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101
with:
102
tag_name: ${{ github.ref }}
103
- release_name: ${{ steps.get-version.outputs.VERSION }}
+ release_name: Test # ${{ steps.get-version.outputs.VERSION }}
104
body: 'All notable changes to this version has been documented in the CHANGELOG.md file.'
105
draft: false
106
prerelease: false
0 commit comments