Skip to content

Commit 6226226

Browse files
authored
fix: need to attach id to trigger the next release step condition (#45)
1 parent 8fa293c commit 6226226

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
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install Dependencies
3333
run: yarn
3434
- name: Create Release Pull Request
35+
id: changesets
3536
uses: changesets/action@v1
3637
with:
3738
commit: 'chore(release): bump version'

0 commit comments

Comments
 (0)