Skip to content

Commit

Permalink
cicd: force push for branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Nov 1, 2024
1 parent 130f235 commit b20cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .last_release
git commit -m "Update last processed release to ${latest_release}"
git push
git push --force
- name: Trigger build workflow
if: env.latest_release != env.last_release
Expand Down

0 comments on commit b20cc22

Please sign in to comment.