Skip to content

Commit

Permalink
one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 9, 2024
1 parent 8c15c68 commit 05566d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
git add src/acom_music_box/__init__.py
git commit -m "Bump version to ${{ env.next_dev_version }}"
git push origin HEAD:$unique_branch_name
echo "branch_name=$unique_branch_name" >> $GITHUB_ENV
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ steps.update_version.outputs.unique_branch_name }}
branch: ${{ env.branch_name }}
title: "Version Bump to ${{ env.next_dev_version }}"
body: "Automatically bumped version to ${{ env.next_dev_version }}."
base: main
Expand Down

0 comments on commit 05566d3

Please sign in to comment.