We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c2388 commit aeed7a5Copy full SHA for aeed7a5
1 file changed
.github/workflows/release.yml
@@ -60,8 +60,8 @@ jobs:
60
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
61
TAURI_KEY_PASSWORD: ""
62
with:
63
- tagName: content-manager-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
64
- releaseName: "Content Manager v__VERSION__"
+ tagName: content-planner-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
+ releaseName: "Content Planner v__VERSION__"
65
releaseBody: "See the assets to download this version and install."
66
releaseDraft: true
67
prerelease: false
0 commit comments