Skip to content

Commit

Permalink
need to be on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau committed Aug 5, 2024
1 parent 5209698 commit fa3cc84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
python-version: '3.10'

- name: Check out the main branch
run: git checkout main

- name: Run _version.py
run: python lair/_version.py

Expand All @@ -27,4 +30,4 @@ jobs:
git config --local user.email "actions@github.com"
git add lair/__init__.py
git commit -m "auto-update package version"
git push
git push origin main

0 comments on commit fa3cc84

Please sign in to comment.