We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696be33 commit a5d056eCopy full SHA for a5d056e
.github/workflows/release.yml
@@ -60,8 +60,8 @@ jobs:
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
with:
63
- tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
64
- releaseName: 'App v__VERSION__'
+ tagName: todolator-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
+ releaseName: 'Todolator v__VERSION__'
65
releaseBody: 'See the assets to download this version and install.'
66
releaseDraft: true
67
prerelease: false
0 commit comments