Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd authored Feb 4, 2023
1 parent 56cc424 commit d16b850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
- id: publish-wasm-pack
working-directory: ceramic-config
run: |
echo "//registry.npmjs.org/:$_authToken="${{ secrets.NPM_TOKEN }} >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken="${{ secrets.NPM_TOKEN }} >> ~/.npmrc
cat ~/.npmrc
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' >> .npmrc
cat .npmrc
npm config set //registry.npmjs.org/:$_authToken ${{ secrets.NPM_TOKEN }}
wasm-pack publish
Expand Down

0 comments on commit d16b850

Please sign in to comment.