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 a5f6aa4 commit 99a2bd2
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 @@ -32,9 +32,10 @@ jobs:
git config user.name "GitHub Action"
- name: Bumping version
run: |
git fetch origin main
nox -s bump -- micro
git commit -am "Bumping minor version"
git push
git push -f origin HEAD:main
# git fetch origin
# - name: Build artifacts
# run: |
Expand Down

0 comments on commit 99a2bd2

Please sign in to comment.