mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
Point workflows to main (#3549)
* Point workflows to main * Merge in master. Update new version-bump workflow changes
This commit is contained in:
2
.github/workflows/version-bump.yml
vendored
2
.github/workflows/version-bump.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
||||
TITLE: "Bump version to ${{ inputs.version_number }}"
|
||||
run: |
|
||||
PR_URL=$(gh pr create --title "$TITLE" \
|
||||
--base "master" \
|
||||
--base "main" \
|
||||
--head "$PR_BRANCH" \
|
||||
--label "version update" \
|
||||
--label "automated pr" \
|
||||
|
||||
Reference in New Issue
Block a user