Skip to content

Commit 6775cfa

Browse files
Merge pull request #466 from dekusms/dev
Update staging-version-bump.yml
2 parents 646d0a6 + 2a47c82 commit 6775cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
# Try to create, if it already exists update the body instead
8686
if gh pr create \
87-
--base master \
87+
--base staging \
8888
--head "${{ steps.branch.outputs.name }}" \
8989
--title "release: bump version (${{ steps.previoustag.outputs.tag }} → ${{ steps.branch.outputs.name }})" \
9090
--body "$PR_BODY"; then

0 commit comments

Comments
 (0)