Skip to content

Commit

Permalink
remove providence from github package registry publish
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 20, 2023
1 parent 002e56c commit a788c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: latest
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish --provenance --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit a788c14

Please sign in to comment.