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 f75c7b0 commit 0b74e80Copy full SHA for 0b74e80
.github/workflows/sdk-publish.yaml
@@ -21,6 +21,7 @@ jobs:
21
node-version: '20.x'
22
registry-url: 'https://registry.npmjs.org'
23
- run: npm ci
24
+ - run: npm prepublishOnly
25
- run: npm publish --provenance --access public
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments