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 8fcb2fc commit c96f7faCopy full SHA for c96f7fa
.github/workflows/pull-request.yml
@@ -13,3 +13,5 @@ jobs:
13
name: Verify
14
uses: ./.github/workflows/verify.yml
15
secrets: inherit
16
+ with:
17
+ run-acceptance: ${{ startsWith(github.head_ref, 'changeset-release/') }}
.github/workflows/release.yml
@@ -28,7 +28,8 @@ jobs:
28
uses: changesets/action@v1
29
with:
30
title: '[Release] Candidate'
31
- commit: 'chore: bump package versions'
+ commit: 'chore: bumps package versions'
32
+ branch: release
33
publish: pnpm release
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments