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 034c3da commit 7cb8c48Copy full SHA for 7cb8c48
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
with:
47
fetch-depth: 0
48
- ref: ${{ github.event.workflow_run.head_sha }}
+ ref: ${{ github.event.workflow_run.head_branch }}
49
50
- name: Setup PNPM
51
uses: pnpm/action-setup@v4
@@ -91,7 +91,7 @@ jobs:
91
id: changesets
92
uses: changesets/action@v1
93
94
- branch: naga
+ branch: ${{ github.event.workflow_run.head_branch || 'naga' }}
95
version: pnpm changeset version
96
publish: pnpm changeset publish --access public
97
commit: 'chore(release): version packages'
0 commit comments