Skip to content

Commit

Permalink
Force push to bypass branch protection…?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrb1 committed Apr 19, 2024
1 parent f24b987 commit abede36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ commands:
cd purchases-test
git fetch --tags
git remote set-url origin https://github.com/RevenueCat/purchases-test-spm.git
git push origin
git push --tags
git push origin --force
git push --tags --force
jobs:
spm-release-build-xcode-14:
Expand Down Expand Up @@ -1244,7 +1244,7 @@ workflows:
deploy-spm:
jobs:
- push-to-spm-job

deploy:
when:
not:
Expand Down

0 comments on commit abede36

Please sign in to comment.