Skip to content

Commit 16941a7

Browse files
committed
fix: publishing packages without building
1 parent 5e8b8f4 commit 16941a7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/on-release-published.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ jobs:
2222
exit 0
2323
fi
2424
25-
- uses: pnpm/action-setup@v4
25+
- name: Setup Environment
26+
uses: ./.github/actions/setup
27+
28+
- name: Test & Build
29+
id: test-and-build
30+
run: |
31+
pnpm build
2632
2733
- name: Configure npm with token
2834
run: |

0 commit comments

Comments
 (0)