Skip to content

Commit a3f52a0

Browse files
committed
ci: fix release workflow
1 parent 08822d9 commit a3f52a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Setup Bun
1616
uses: oven-sh/setup-bun@v2
17+
- name: Install dependencies
18+
run: bun install
1719
- name: Build extension
1820
run: bun run build
1921
- name: Package extension

0 commit comments

Comments
 (0)