Skip to content

Commit 0f83d3f

Browse files
authored
Merge pull request #7 from seekrays/fix-github-workflow
fix release tag
2 parents 1fdf274 + 843bb02 commit 0f83d3f

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)