Skip to content

Commit

Permalink
Actuall update new version-bump workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Dec 12, 2023
1 parent 30291a4 commit 688e977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: bitwarden/sdk
ref: master
ref: main

- name: Install rust
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # stable
Expand Down Expand Up @@ -178,7 +178,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" \
Expand Down

0 comments on commit 688e977

Please sign in to comment.