Skip to content

Commit

Permalink
new tagName for google action plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 committed Sep 7, 2024
1 parent aaac407 commit 7ea8f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
tagName: v__VERSION__ # This only works if your workflow triggers on new tags.
releaseName: 'Ergo Wallet v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'See the assets to download and install this version.'
releaseDraft: true
Expand Down

0 comments on commit 7ea8f02

Please sign in to comment.