Skip to content

Commit 4c8ded0

Browse files
committed
fix: code review comments
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent 350c56f commit 4c8ded0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tasks.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,13 @@ if ! gum confirm "Proceed with the release?"; then
227227
exit 0
228228
fi
229229
230+
git fetch origin
230231
git checkout release
231232
git reset --hard origin/main
232233
233234
{{ mise_bin }} release:bump --version="$rc_version"
234235
235-
git push -f origin release
236+
git push --force-with-lease origin release
236237
237238
git checkout main
238239
git pull origin main

0 commit comments

Comments
 (0)