Skip to content

Commit

Permalink
fix: release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 19, 2023
1 parent 161c10a commit eacf5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
git restore --source=HEAD --staged --worktree -- package.json bun.lockb
bun install --frozen-lockfile
npm run build
npm run changelog -- --tag=${{ steps.split.outputs._2 }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eacf5b7

Please sign in to comment.