Skip to content

Commit 7c56d66

Browse files
committed
Fix publishing
1 parent 357d7c3 commit 7c56d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ jobs:
115115
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
116116
env:
117117
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
118-
run: npm run publish --ws
118+
run: npm publish --ws

0 commit comments

Comments
 (0)