Skip to content

Commit

Permalink
fix: registry publish url (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
barlock authored Feb 8, 2022
1 parent d56388e commit e0803ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: Authenticate with Registry
run: |
yarn logout
echo "@slack-wrench:registry=http://registry.npmjs.org/" > .npmrc
echo "registry=http://registry.npmjs.org/" >> .npmrc
echo "@slack-wrench:registry=https://registry.npmjs.org/" > .npmrc
echo "registry=https://registry.npmjs.org/" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
env:
Expand Down

0 comments on commit e0803ac

Please sign in to comment.