Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit b0feb46

Browse files
yoshuawuytsricochet
authored andcommitted
Update update.yml
1 parent 17d8bf6 commit b0feb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
git push
6060
6161
- name: Create pull request
62-
run: gh pr create -B main -H v${{ inputs.next_version }} --title 'Release v${{ inputs.next_version }}' --body 'Updates the package version to v${{ inputs.next_version }}. Thanks!'
62+
run: gh pr create -B main -H release-v${{ inputs.next_version }} --title 'Release v${{ inputs.next_version }}' --body 'Updates the package version to v${{ inputs.next_version }}. Thanks!'
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)