Skip to content

Commit cc8d2cb

Browse files
committed
🐛 - fix: Updated npmpublish run script for publishing
1 parent 1c39189 commit cc8d2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
node-version: 12
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
32-
- run: npm publish
32+
- run: npm run publish-core
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)