Skip to content

Commit

Permalink
Update to use NPM registry
Browse files Browse the repository at this point in the history
  • Loading branch information
the-emerald committed May 15, 2022
1 parent 503672c commit 20e8825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@wanderers-nft/subgraphs-contract-abis",
"name": "@wanderers/subgraphs-contract-abis",
"version": "1.0.0",
"description": "Contract ABIs for Wanderverse contracts",
"author": "Wanderers <[email protected]>",
Expand Down

0 comments on commit 20e8825

Please sign in to comment.