mirror of
https://github.com/bitwarden/browser
synced 2025-01-24 10:12:36 +01:00
trying a fix for the yaml syntax error
This commit is contained in:
parent
336c41c054
commit
38d27feefa
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -160,7 +160,8 @@ jobs:
|
||||
steps:
|
||||
- name: Setup NPM
|
||||
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:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user