Skip to content

Commit

Permalink
fix(.github): rename branches
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Oct 22, 2023
1 parent 5e80b73 commit cd06ed7
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 cd06ed7

Please sign in to comment.