We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runs-on
1 parent 031ad59 commit bf3575fCopy full SHA for bf3575f
.github/workflows/release.yml
@@ -95,6 +95,7 @@ jobs:
95
if: inputs.dry_run == false
96
needs:
97
- get-or-create-release-branch
98
+ runs-on: ubuntu-latest
99
outputs:
100
commit_sha: ${{ steps.gradle-push.outputs.commit_sha }}
101
release_branch: ${{ needs.get-or-create-release-branch.outputs.release_branch }}
0 commit comments