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 99a2bd2 commit 3d399b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
git fetch origin main
nox -s bump -- micro
git commit -am "Bumping minor version"
git push -f origin HEAD:main
git push origin HEAD
# git push -f origin HEAD:main
# git fetch origin
# - name: Build artifacts
# run: |
Expand Down

0 comments on commit 3d399b3

Please sign in to comment.