BRE-277 - Fix CLI NPM publish job (#10729)

This commit is contained in:
Vince Grassia 2024-08-26 13:33:14 -04:00 committed by GitHub
parent c3e1b09643
commit da6b3535da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -183,8 +183,11 @@ jobs:
keyvault: "bitwarden-ci"
secrets: "npm-api-key"
- name: Download artifacts
run: wget https://github.com/bitwarden/clients/releases/download/cli-v${{ env._PKG_VERSION }}/bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
- name: Download and set up artifact
run: |
mkdir -p build
wget https://github.com/bitwarden/clients/releases/download/cli-v${{ env._PKG_VERSION }}/bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
unzip bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip -d build
- name: Setup NPM
run: |