We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf57db commit 26b5fecCopy full SHA for 26b5fec
.github/workflows/deploy.yml
@@ -48,8 +48,8 @@ jobs:
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
with:
51
- tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
52
- releaseName: 'App v__VERSION__'
+ tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
+ releaseName: 'v__VERSION__'
53
releaseBody: 'See the assets to download this version and install.'
54
releaseDraft: true
55
prerelease: false
0 commit comments