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 dce8ac9 commit d7f0001Copy full SHA for d7f0001
.github/workflows/build_release.yaml
@@ -42,8 +42,8 @@ jobs:
42
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
43
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
44
with:
45
- tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
46
- releaseName: "App Name v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
+ tagName: app-v__VERSION__
+ releaseName: "Updator Test App v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
47
releaseBody: "See the assets to download and install this version."
48
releaseDraft: true
49
prerelease: false
0 commit comments