Skip to content

Commit f0e804f

Browse files
authored
Merge pull request #103 from SocketDev/disable-provenance-bug
disable provenance due npm giving error publishing
2 parents 4bd0ed6 + 4b14bf3 commit f0e804f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
cache: npm
2222
- run: npm install -g npm@latest
2323
- run: npm ci
24-
- run: npm publish --provenance --access public
24+
- run: npm publish
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)