Skip to content

Commit

Permalink
fix: release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 19, 2023
1 parent de873fe commit 3c25b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git restore --source=HEAD --staged --worktree -- package.json bun.lockb
bun install
npm run build
npm run changelog --tag=${{ steps.split.outputs._2 }}
npm run changelog -- --tag=${{ steps.split.outputs._2 }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 3c25b87

Please sign in to comment.