Skip to content

Commit 5bdfcc0

Browse files
committed
change tag name
1 parent 3a945bc commit 5bdfcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
6060
with:
6161
projectPath: ./frontend
62-
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
62+
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
6363
releaseName: 'v__VERSION__'
6464
releaseBody: 'See the assets to download this version and install.'
6565
releaseDraft: true

0 commit comments

Comments
 (0)