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 646d0a6 + 2a47c82 commit 6775cfaCopy full SHA for 6775cfa
.github/workflows/staging-version-bump.yml
@@ -84,7 +84,7 @@ jobs:
84
85
# Try to create, if it already exists update the body instead
86
if gh pr create \
87
- --base master \
+ --base staging \
88
--head "${{ steps.branch.outputs.name }}" \
89
--title "release: bump version (${{ steps.previoustag.outputs.tag }} → ${{ steps.branch.outputs.name }})" \
90
--body "$PR_BODY"; then
0 commit comments