Skip to content

Commit

Permalink
Change build version number to v0.1.9a
Browse files Browse the repository at this point in the history
  • Loading branch information
1whatleytay committed Mar 19, 2024
1 parent 03917dd commit 8de6bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'Saturn v__VERSION__'
tagName: app-v0.1.9a # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'Saturn v0.1.9a'
releaseBody: 'See attached builds.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 8de6bb5

Please sign in to comment.