mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-30 08:10:34 +01: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:
parent
f181af4d76
commit
576c020579
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user