Skip to content

Commit 08daeae

Browse files
committed
fix: update build step to change directory before running prepublishOnly
1 parent 4a1ff9e commit 08daeae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
run: bun install
2121

2222
- name: Build package
23-
run: bun run prepublishOnly
23+
run: |
24+
cd packages/vue-spring-bottom-sheet
25+
bun run prepublishOnly
2426
2527
- name: Run semantic-release
2628
run: bunx semantic-release

0 commit comments

Comments
 (0)