We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 861a866 + a0c9adf commit 2a01b86Copy full SHA for 2a01b86
.github/workflows/update.yml
@@ -59,6 +59,6 @@ jobs:
59
git push
60
61
- 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!'
+ 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!'
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments