1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00: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

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