Skip to content

Commit eacf5b7

Browse files
committed
fix: release flow
1 parent 161c10a commit eacf5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
run: |
5151
git restore --source=HEAD --staged --worktree -- package.json bun.lockb
5252
bun install --frozen-lockfile
53+
npm run build
5354
npm run changelog -- --tag=${{ steps.split.outputs._2 }}
5455
env:
5556
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)