mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 22:03:19 +00:00
trying a fix for the yaml syntax error
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -160,7 +160,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup NPM
|
- name: Setup NPM
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: "//registry.npmjs.org/:_authToken=${env:NPM_TOKEN}" | Out-File ".npmrc" -Encoding UTF8
|
run: |
|
||||||
|
"//registry.npmjs.org/:_authToken=${env:NPM_TOKEN}" | Out-File ".npmrc" -Encoding UTF8
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user