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 792a62e commit 6503a20Copy full SHA for 6503a20
1 file changed
.github/workflows/push-tagged-release.yml
@@ -71,8 +71,9 @@ jobs:
71
with:
72
node-version: "lts/krypton"
73
registry-url: "https://registry.npmjs.org"
74
+ package-manager-cache: false
75
- name: Publish npm package
- run: yarn publish --access public
76
+ run: npm publish --provenance --access public
77
env:
78
NODE_AUTH_TOKEN: ${{ secrets.npmjsToken }}
79
- name: Prepare release info
0 commit comments