1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Fix version bump workflow on call (#7193)

This commit is contained in:
Vince Grassia
2023-12-12 11:53:57 -05:00
committed by GitHub
parent 740b5f7a42
commit 6bb03a7b0e

View File

@@ -55,6 +55,9 @@ jobs:
steps:
- name: Checkout Branch
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
repository: bitwarden/clients
ref: master
- name: Login to Azure - Prod Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
@@ -282,7 +285,7 @@ jobs:
TITLE: "Bump ${{ steps.create-branch.outputs.client }} version to ${{ inputs.version_number }}"
run: |
PR_URL=$(gh pr create --title "$TITLE" \
--base "$GITHUB_REF" \
--base "master" \
--head "$PR_BRANCH" \
--label "version update" \
--label "automated pr" \