Skip to content

Commit

Permalink
fix(ci): fix registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Sep 27, 2023
1 parent 2e0e607 commit b9eeb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: 'Setup npm registry'
run: |
echo "registry=https://registry.npmjs.org/" > .npmrc
echo "@veramo-community:registry=https://registry.npmjs.org/" >> .npmrc
echo "registry=https://registry.npmjs.org" > .npmrc
echo "@veramo-community:registry=https://registry.npmjs.org" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
Expand Down

0 comments on commit b9eeb11

Please sign in to comment.