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 7f0065a commit 14f12abCopy full SHA for 14f12ab
.github/workflows/sdk-publish.yaml
@@ -22,6 +22,6 @@ jobs:
22
registry-url: 'https://registry.npmjs.org'
23
- run: npm install
24
- run: npm run prepublishOnly
25
- - run: npm publish --provenance --access public
+ - run: npm publish
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments