Skip to content

Commit

Permalink
Publish as a public package
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Nov 23, 2023
1 parent 3abfb93 commit 1a9b248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: npm ci
- run: npm run lint

publish-gpr:
publish:
needs:
- test
- lint
Expand All @@ -43,6 +43,6 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1a9b248

Please sign in to comment.