We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb56e2 commit 425331cCopy full SHA for 425331c
1 file changed
.github/workflows/publish.yml
@@ -73,9 +73,9 @@ jobs:
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
with:
76
- tagName: app-v__VERSION__
77
- releaseName: App v__VERSION__
78
- releaseBody: See the assets to download this version and install.
+ tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
+ releaseName: 'App v__VERSION__'
+ releaseBody: 'See the assets to download this version and install.'
79
releaseDraft: true
80
prerelease: false
81
args: ${{ matrix.args }}
0 commit comments