Skip to content

Commit 4b14bf3

Browse files
authored
disable provenance due npm giving error publishing
1 parent 4bd0ed6 commit 4b14bf3

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)