Skip to content

Commit 37ed092

Browse files
authored
Merge pull request #51 from andreachild/patch-1
Remove provenance setting to fix deployment error
2 parents 869bc7a + b86a785 commit 37ed092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
node-version: 20
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
28-
- run: npm publish --provenance --access public
28+
- run: npm publish --access public
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)