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 1fdf274 commit 843bb02Copy full SHA for 843bb02
.github/workflows/publish-to-auto-release.yml
@@ -59,8 +59,8 @@ jobs:
59
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
60
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
61
with:
62
- tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
63
- releaseName: "App v__VERSION__"
+ tagName: ${{ github.ref_name }}
+ releaseName: ${{ github.ref_name }}
64
releaseBody: "See the assets to download this version and install."
65
releaseDraft: true
66
prerelease: false
0 commit comments