Skip to content

Commit 0ca2e52

Browse files
authored
fix(repo): use explicit --force=true for turbo in release workflow (#7969)
1 parent 5f2e3dd commit 0ca2e52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
id: changesets
5252
uses: changesets/action@v1
5353
with:
54-
commit: 'ci(repo): Version packages (Core 3)'
55-
title: 'ci(repo): Version packages (Core 3)'
56-
publish: pnpm turbo build $TURBO_ARGS --force && pnpm release
54+
commit: 'ci(repo): Version packages'
55+
title: 'ci(repo): Version packages'
56+
publish: pnpm turbo build $TURBO_ARGS --force=true && pnpm release
5757
# Workaround for https://github.com/changesets/changesets/issues/421
5858
version: pnpm version-packages
5959
env:

0 commit comments

Comments
 (0)