Skip to content

Commit

Permalink
maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 9, 2024
1 parent e6fb8bf commit bc9c0d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
echo "Next dev version: $next_dev_version"
echo "next_dev_version=$next_dev_version" >> $GITHUB_ENV
- name: Create new branch
- name: Update version in __init__.py
run: |
branch_name="version-bump-${{ env.next_dev_version }}"
git checkout -b $branch_name
- name: Update version in __init__.py
run: |
sed -i "s/__version__ = .*/__version__ = \"$next_dev_version\"/" src/acom_music_box/__init__.py
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Expand Down

0 comments on commit bc9c0d8

Please sign in to comment.