Skip to content

Commit

Permalink
Attempt to use npm config set
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb-io committed Jul 19, 2023
1 parent b9364c8 commit 0254b6b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,9 @@ jobs:
sleep 10
- name: Publish package
env:
NPM_CONFIG_REGISTRY: "http://localhost:4873/"
NPM_CONFIG_USERNAME: "test"
NPM_CONFIG_PASSWORD: "test"
NPM_CONFIG_EMAIL: "[email protected]"
run: |
npm config set registry http://localhost:4873/
npm config set //localhost:4873/:_authToken "$(echo -n 'test:test' | base64)"
cd packages/fta
npm publish --registry http://localhost:4873
cd ../
Expand Down

0 comments on commit 0254b6b

Please sign in to comment.