We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61737f commit 53ee8acCopy full SHA for 53ee8ac
.github/workflows/publish-npm.yml
@@ -47,4 +47,4 @@ jobs:
47
fi
48
49
- name: Publish to NPM
50
- run: npm publish --tag ${{ steps.npm-tag.outputs.tag }} --provenance
+ run: npm publish --tag ${{ steps.npm-tag.outputs.tag }}
0 commit comments