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 fc47717 commit c63da44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
nox -s bump -- micro
git add .
git commit -m "Bumping minor version"
git push origin main
git commit -am "Bumping minor version"
git push -u origin ioannis@dev
# - name: Build artifacts
# run: |
# nox -s build
Expand Down

0 comments on commit c63da44

Please sign in to comment.