Skip to content

Commit 7f0065a

Browse files
authored
😭
1 parent a00d650 commit 7f0065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '20.x'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: npm install
24-
- run: npm prepublishOnly
24+
- run: npm run prepublishOnly
2525
- run: npm publish --provenance --access public
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)