Skip to content

Commit

Permalink
Merge pull request #103 from SocketDev/disable-provenance-bug
Browse files Browse the repository at this point in the history
disable provenance due npm giving error publishing
  • Loading branch information
bmeck authored Mar 7, 2024
2 parents 4bd0ed6 + 4b14bf3 commit f0e804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- run: npm publish --provenance --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f0e804f

Please sign in to comment.