Skip to content

Commit

Permalink
Revert "fix(.github): rename branches"
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Oct 22, 2023
1 parent 227a7fb commit d3385d3
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: bump/${{ github.ref_name }}-${{ steps.get_version.outputs.NEW_VERSION }}
branch: release-${{ 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 d3385d3

Please sign in to comment.