Skip to content

Commit 425331c

Browse files
authored
Update publish.yml
1 parent cbb56e2 commit 425331c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
with:
76-
tagName: app-v__VERSION__
77-
releaseName: App v__VERSION__
78-
releaseBody: See the assets to download this version and install.
76+
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
77+
releaseName: 'App v__VERSION__'
78+
releaseBody: 'See the assets to download this version and install.'
7979
releaseDraft: true
8080
prerelease: false
8181
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)