Skip to content

Commit 1ce671d

Browse files
committed
chore(ci): update release workflow to only build before publishing
1 parent f390da1 commit 1ce671d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,13 @@ jobs:
5757
turbo-token: ${{ secrets.TURBO_TOKEN }}
5858
playwright-enabled: true # Must be present to enable caching on branched workflows
5959

60-
- name: Build release
61-
run: pnpm turbo build $TURBO_ARGS --force
62-
6360
- name: Create Release PR
6461
id: changesets
6562
uses: changesets/action@v1
6663
with:
6764
commit: "ci(repo): Version packages"
6865
title: "ci(repo): Version packages"
69-
publish: pnpm release
66+
publish: pnpm turbo build $TURBO_ARGS --force && pnpm release
7067
# Workaround for https://github.com/changesets/changesets/issues/421
7168
version: pnpm version-packages
7269
env:

0 commit comments

Comments
 (0)