Skip to content

Commit

Permalink
change registry again
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Jan 3, 2024
1 parent bfbc2ff commit e6feed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm ci
- run: npm test

Expand All @@ -27,7 +28,8 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm install
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit e6feed3

Please sign in to comment.