Skip to content

Commit

Permalink
Override npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Apr 4, 2024
1 parent 816157a commit d7c2575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:

- name: Publish internal
working-directory: ./js
run: env "npm_config_@caido:registry=https://npm.pkg.github.com" pnpm -r publish
run: |
echo "@caido:registry=https://npm.pkg.github.com" > .npmrc
pnpm -r publish
- name: Publish
working-directory: ./js
Expand Down

0 comments on commit d7c2575

Please sign in to comment.