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 3a945bc commit 5bdfcc0Copy full SHA for 5bdfcc0
.github/workflows/tauri.yaml
@@ -59,7 +59,7 @@ jobs:
59
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
60
with:
61
projectPath: ./frontend
62
- tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
+ tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
63
releaseName: 'v__VERSION__'
64
releaseBody: 'See the assets to download this version and install.'
65
releaseDraft: true
0 commit comments