Skip to content

Commit 14f12ab

Browse files
authored
😈
1 parent 7f0065a commit 14f12ab

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
@@ -22,6 +22,6 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: npm install
2424
- run: npm run prepublishOnly
25-
- run: npm publish --provenance --access public
25+
- run: npm publish
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)