Skip to content

Commit 843bb02

Browse files
committed
fix release tag
1 parent 1fdf274 commit 843bb02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
6060
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
6161
with:
62-
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
63-
releaseName: "App v__VERSION__"
62+
tagName: ${{ github.ref_name }}
63+
releaseName: ${{ github.ref_name }}
6464
releaseBody: "See the assets to download this version and install."
6565
releaseDraft: true
6666
prerelease: false

0 commit comments

Comments
 (0)