Skip to content

Commit af2dbbf

Browse files
committed
ci: Fix release workflow
1 parent b3ed40c commit af2dbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- run_unit_tests
3333
with:
3434
PATH: ${{ inputs.PATH }}
35+
BUILD_COMMAND: pnpm -r --filter './packages/**' build
3536
secrets:
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
BUILD_COMMAND: pnpm -r --filter './packages/**' build
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)