Skip to content

Commit

Permalink
chore: Add git pull to the release.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Nov 26, 2023
1 parent 6f8a9d9 commit a527a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

VERSION="$1"

git pull

cargo install cargo-edit
cargo set-version "$VERSION"

Expand Down

0 comments on commit a527a22

Please sign in to comment.