Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Oct 1, 2024
1 parent e066a36 commit 4a0882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git fetch origin main
nox -s bump -- micro
git commit -am "Bumping minor version"
git push origin HEAD:main
git push -f origin HEAD:main
# git push -f origin HEAD:main
# git fetch origin
# - name: Build artifacts
Expand Down

0 comments on commit 4a0882d

Please sign in to comment.