Skip to content

Commit bf3575f

Browse files
Add runs-on (#2275)
1 parent 031ad59 commit bf3575f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
if: inputs.dry_run == false
9696
needs:
9797
- get-or-create-release-branch
98+
runs-on: ubuntu-latest
9899
outputs:
99100
commit_sha: ${{ steps.gradle-push.outputs.commit_sha }}
100101
release_branch: ${{ needs.get-or-create-release-branch.outputs.release_branch }}

0 commit comments

Comments
 (0)