Fix version bump workflow on call (#2900)

This commit is contained in:
Vince Grassia 2023-12-12 11:55:24 -05:00 committed by GitHub
parent 9eca82a62b
commit 18d9a77f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ jobs:
steps:
- name: Checkout Branch
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
repository: bitwarden/mobile
ref: master
- name: Login to Azure - CI Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
@ -143,7 +146,7 @@ jobs:
TITLE: "Bump 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" \