We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c10a commit eacf5b7Copy full SHA for eacf5b7
.github/workflows/release.yml
@@ -50,6 +50,7 @@ jobs:
50
run: |
51
git restore --source=HEAD --staged --worktree -- package.json bun.lockb
52
bun install --frozen-lockfile
53
+ npm run build
54
npm run changelog -- --tag=${{ steps.split.outputs._2 }}
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments