Skip to content

Commit 39ed692

Browse files
committed
ci: fix prerelease
1 parent 57631c8 commit 39ed692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
id: sha
2020
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
2121

22+
- name: Build
23+
run: bun run build
24+
2225
- name: Set version
2326
run: |
2427
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2528
git config --global user.name "github-actions[bot]"
2629
npm version 0.0.0-nightly.${{ steps.sha.outputs.sha_short }}
2730
git push --tags
2831
29-
- name: Build
30-
run: bun run build
31-
3232
- name: Zip
3333
run: cd dist/build && zip -r ../extension.zip *
3434

0 commit comments

Comments
 (0)