Skip to content

Commit

Permalink
fix: workflow, wrong attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schenk committed Aug 18, 2021
1 parent c9fc588 commit 57bbb9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: commandos-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "Commandos v__VERSION__"
body: "See the assets to download this version and install."
draft: true
prerelease: false

0 comments on commit 57bbb9b

Please sign in to comment.