Skip to content

Commit 8256c48

Browse files
Merge pull request #64 from terminusdb/fix_publish
Fix publishing
2 parents 357d7c3 + 7c56d66 commit 8256c48

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)