Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak committed Aug 21, 2024
1 parent e3c8e6b commit 07fefed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ jobs:
path: debug-symbols/**
- name: Debug
run: ls -l packages/*/*/*.node
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >| .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Npm
run: |
npm config set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
npm config set registry https://registry.npmjs.org/
- run: ${{ inputs.release-command }}

0 comments on commit 07fefed

Please sign in to comment.