Skip to content

Commit

Permalink
Fix release yml script (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski authored Dec 5, 2024
1 parent 6fb7a2f commit db62498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check release required
if: github.event.pull_request.merged && endsWith(github.repository, '-private') != true
runs-on:
organization/Default
group: organization/Default
outputs:
release: ${{ steps.check.outputs.ready }}
steps:
Expand Down

0 comments on commit db62498

Please sign in to comment.