Skip to content

Commit e270102

Browse files
committed
fix(release.yml): set default branch for changesets action
1 parent d9f05c0 commit e270102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
id: changesets
9292
uses: changesets/action@v1
9393
with:
94+
branch: ${{ github.event.workflow_run.head_branch || 'naga' }}
9495
version: pnpm changeset version
9596
publish: pnpm changeset publish --access public
9697
commit: 'chore(release): version packages'

0 commit comments

Comments
 (0)