Skip to content

Commit

Permalink
Merge pull request #1729 from g59/next
Browse files Browse the repository at this point in the history
fix(.github): rename branches
  • Loading branch information
9renpoto authored Oct 22, 2023
2 parents 9cd3e71 + cd06ed7 commit 227a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: peter-evans/[email protected]
with:
base: ${{ github.ref }}
branch: release-${{ github.ref_name }}-${{ steps.get_version.outputs.NEW_VERSION }}
branch: bump/${{ github.ref_name }}-${{ steps.get_version.outputs.NEW_VERSION }}
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "bump: v${{ steps.get_version.outputs.NEW_VERSION }}"
body: ${{ steps.get_release_note.outputs.result }}
Expand Down

0 comments on commit 227a7fb

Please sign in to comment.