Skip to content

Commit d7f0001

Browse files
committed
set tagName in build_release.yaml
1 parent dce8ac9 commit d7f0001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
4343
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
4444
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.
45+
tagName: app-v__VERSION__
46+
releaseName: "Updator Test App v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
4747
releaseBody: "See the assets to download and install this version."
4848
releaseDraft: true
4949
prerelease: false

0 commit comments

Comments
 (0)