Skip to content

Commit 478be3a

Browse files
committed
fix service process release action
1 parent e4289d0 commit 478be3a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-service-process.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install dependencies
3232
run: npm ci
3333

34+
- name: build dependencies
35+
run: npm run build
36+
3437
- name: Build service-process executable
3538
run: npm run create:executable --workspace=open-collaboration-service-process
3639

0 commit comments

Comments
 (0)