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 e43bc4d commit 4403ff4Copy full SHA for 4403ff4
1 file changed
.github/workflows/push-tagged-release.yml
@@ -73,7 +73,7 @@ jobs:
73
registry-url: "https://registry.npmjs.org"
74
package-manager-cache: false
75
- name: Publish npm package
76
- run: npm publish --provenance --access public --tag ${{ steps.info-vars.outputs.tag }}
+ run: yarn publish --access public
77
env:
78
NODE_AUTH_TOKEN: ${{ secrets.npmjsToken }}
79
- name: Prepare release info
0 commit comments