Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Jun 22, 2022
2 parents 205f15d + c1fe15d commit d15309a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: v20__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
# the action automatically replaces \_\_VERSION\_\_ with the app version
tagName: v20__VERSION__
tauriScript: cargo tauri
releaseName: "Spyglass v20__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
Expand Down

0 comments on commit d15309a

Please sign in to comment.