Skip to content

Commit

Permalink
fix(ci): remove dry-run (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaullerin authored Oct 4, 2024
1 parent 4932e6e commit debe5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git checkout main
git reset --hard origin/main
git rebase -X theirs "release/$version"
git push origin main --dry-run
git push origin main --force
workflows:
test:
Expand Down

0 comments on commit debe5ae

Please sign in to comment.