Skip to content

Commit

Permalink
chore: fix lockfile pushing in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jul 3, 2023
1 parent abaea54 commit 6402586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ else
exit 1
fi

cd "$rootdir"
git add "Cargo.lock"
git_push=(git push -u origin)
git_push=(git push -u origin --force-with-lease)
git_amend=(git commit --amend --reuse-message HEAD)
if [[ "$dry_run" ]]; then
echo ""
Expand Down

0 comments on commit 6402586

Please sign in to comment.