1
0
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:
Joseph Flinn
2023-12-12 12:08:12 -08:00
committed by GitHub
parent 52cb253c9a
commit c120b7e867
7 changed files with 24 additions and 24 deletions

View File

@@ -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" \