Skip to content

Commit c96f7fa

Browse files
committed
fix: tweaks release workflow
1 parent 8fcb2fc commit c96f7fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
name: Verify
1414
uses: ./.github/workflows/verify.yml
1515
secrets: inherit
16+
with:
17+
run-acceptance: ${{ startsWith(github.head_ref, 'changeset-release/') }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
uses: changesets/action@v1
2929
with:
3030
title: '[Release] Candidate'
31-
commit: 'chore: bump package versions'
31+
commit: 'chore: bumps package versions'
32+
branch: release
3233
publish: pnpm release
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)