1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-29 23:49:50 +02:00

updating the cli deploy to pull from the release branch (rc). Really only needed on the npm deploy (#252)

This commit is contained in:
Joseph Flinn 2021-03-15 07:28:59 -07:00 committed by GitHub
parent f181af4d76
commit 576c020579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
ref: 'rc'
- name: Create Deploy version vars
id: create_tags
@ -99,6 +101,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
ref: 'rc'
- name: Setup Chocolatey
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
@ -130,6 +134,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
ref: 'rc'
- name: Setup NPM
shell: pwsh