Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: GHA publish on public npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kalote committed Jun 17, 2022
1 parent 94f5e55 commit 0c3320c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:

- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}
registry: https://registry.nft.consensys-solutions.net
token: ${{ secrets.NPM_TOKEN }}
# token: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}
# registry: https://registry.nft.consensys-solutions.net

# uncomment to publish publicly
# - name: Publish on NPM
Expand Down

0 comments on commit 0c3320c

Please sign in to comment.