Skip to content

Commit

Permalink
Fix npm registry (#188)
Browse files Browse the repository at this point in the history
* Change to use NPM_TOKEN as secret

* Add new line

* Change to npm registry
  • Loading branch information
tameemsafi authored Jun 1, 2023
1 parent 1c6dc5e commit b2675a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build:prod
- run: npm test
Expand Down

0 comments on commit b2675a5

Please sign in to comment.