Skip to content

Commit 3feabbb

Browse files
committed
ci: Fix release workflow
1 parent c416443 commit 3feabbb

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
@@ -16,13 +16,13 @@ jobs:
1616
name: Run code checks
1717
uses: spuxx-dev/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.1.0
1818
with:
19-
PNPM_BUILD: true
19+
PREPARE: pnpm -r --filter './packages/**' build
2020

2121
run_unit_tests:
2222
name: Run tests (vitest)
2323
uses: spuxx-dev/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.1.0
2424
with:
25-
PNPM_BUILD: true
25+
PREPARE: pnpm -r --filter './packages/**' build
2626

2727
build_and_publish:
2828
name: Build and publish artifact

0 commit comments

Comments
 (0)