Skip to content

Commit

Permalink
chore: fix release script to update version before build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Jan 10, 2023
1 parent 6148e0a commit 2c83689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# automate release process locally
# this script should be replaces by github actions

yarn tauri build
yarn version patch
yarn tauri build
version=$(grep version package.json | awk -F \" '{print $4}')

echo "releasing version: $version"
Expand Down

0 comments on commit 2c83689

Please sign in to comment.