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