Skip to content

Commit 89883d9

Browse files
ryanbas21claude
andcommitted
chore: remove duplicate build step from release workflow
The release job was building twice: once explicitly via `pnpm build`, then again inside `pnpm release` which runs `pnpm build && changeset publish`. Remove the standalone build step since the changesets publish command already handles it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7e9a298 commit 89883d9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161

6262
- run: pnpm install --frozen-lockfile
6363

64-
- name: Build
65-
run: pnpm build
66-
env:
67-
BUILD_NUMBER: ${{ github.run_number }}
68-
6964
- name: Create release PR or publish
7065
id: changesets
7166
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0

0 commit comments

Comments
 (0)