Skip to content

Commit

Permalink
ci: no longer force pushing (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 authored Jul 15, 2024
1 parent 5c8f096 commit 4180b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: github.repository_owner == 'PolusAI' && steps.bump_version.outputs.released == 'true'
uses: ad-m/github-push-action@master
with:
force: true
force: false
github_token: ${{ steps.generate_token.outputs.token }}

docker:
Expand Down

0 comments on commit 4180b46

Please sign in to comment.