Skip to content

Commit

Permalink
Change env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Apr 4, 2024
1 parent 046930d commit bac4fcc
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_//npm.pkg.github.com" pnpm -r publish
env:
npm_config_@caido:registry: https://npm.pkg.github.com
run: pnpm -r publish

- name: Publish
working-directory: ./js
Expand Down

0 comments on commit bac4fcc

Please sign in to comment.