Skip to content

Commit f032310

Browse files
committed
fix(ci-cd): fix release workflow publish step
1 parent 5820a84 commit f032310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444

4545
- run: npm ci
4646
- name: Publish Packages
47-
run: npx nx traceloop:release
47+
run: npx nx run traceloop:release
4848

0 commit comments

Comments
 (0)