We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d418a commit f65ac4dCopy full SHA for f65ac4d
.github/workflows/publish.yml
@@ -37,8 +37,8 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
40
- tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
41
- releaseName: 'App v__VERSION__'
+ tagName: disco_chat-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
+ releaseName: 'Disco Chat v__VERSION__'
42
releaseBody: 'See the assets to download this version and install.'
43
releaseDraft: true
44
prerelease: false
0 commit comments