Skip to content

Commit

Permalink
fix: publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 authored Aug 28, 2024
1 parent bde1e0a commit 458a7f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
CURRENT_VERSION=$(hatch version)
pip install $PACKAGE_NAME==$CURRENT_VERSION
python -c "import mesa_frames; print(mesa_frames.__version__)"
- name: Create or recreate version branch
- name: Create or recreate version branch
run: |
CURRENT_VERSION=$(hatch version)
Expand Down Expand Up @@ -76,4 +75,4 @@ jobs:
git config user.email [email protected]
git add mesa-frames/__init__.py
git commit -m "Bump version to $NEW_VERSION [skip ci]"
git push
git push

0 comments on commit 458a7f5

Please sign in to comment.