Browse Source

Fix order of steps (#237)

pull/238/head
Vince Grassia 2 years ago committed by GitHub
parent
commit
e42250cc8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/update-versions.yml

6
.github/workflows/update-versions.yml

@ -113,6 +113,9 @@ jobs: @@ -113,6 +113,9 @@ jobs:
github-gpg-private-key-passphrase,
github-pat-bitwarden-devops-bot-repo-scope"
- name: Checkout Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0
with:
@ -126,9 +129,6 @@ jobs: @@ -126,9 +129,6 @@ jobs:
git config --local user.email "106330231+bitwarden-devops-bot@users.noreply.github.com"
git config --local user.name "bitwarden-devops-bot"
- name: Checkout Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Create Update Versions Branch
run: |
git switch -c update-versions

Loading…
Cancel
Save