Skip to content

Commit db62498

Browse files
Fix release yml script (#109)
1 parent 6fb7a2f commit db62498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check release required
1212
if: github.event.pull_request.merged && endsWith(github.repository, '-private') != true
1313
runs-on:
14-
organization/Default
14+
group: organization/Default
1515
outputs:
1616
release: ${{ steps.check.outputs.ready }}
1717
steps:

0 commit comments

Comments
 (0)