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 942a468 commit 52f0c19
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,10 +32,11 @@ jobs:
git config user.name "GitHub Action"
- name: Bumping version
run: |
git fetch origin
git remote add origin https://github.com/kaiko-ai/eva
nox -s bump -- micro
git commit -am "Bumping minor version"
git push origin main
# git fetch origin
# - name: Build artifacts
# run: |
# nox -s build
Expand Down

0 comments on commit 52f0c19

Please sign in to comment.