Skip to content

Commit f65ac4d

Browse files
Update publish.yml
1 parent 38d418a commit f65ac4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
40-
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
41-
releaseName: 'App v__VERSION__'
40+
tagName: disco_chat-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
41+
releaseName: 'Disco Chat v__VERSION__'
4242
releaseBody: 'See the assets to download this version and install.'
4343
releaseDraft: true
4444
prerelease: false

0 commit comments

Comments
 (0)