We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 098704e + b1e4503 commit 900c958Copy full SHA for 900c958
1 file changed
.github/workflows/build-release.yml
@@ -207,7 +207,7 @@ jobs:
207
with:
208
tag_name: ${{ inputs.tag }}
209
files: forgejo-runner-windows-*/forgejo-runner-windows-*.exe
210
- draft: ${{ needs.test.result != 'success' || inputs.goal == 'draft' }}
+ draft: ${{ needs.test-runner.result != 'success' || needs.test-act.result != 'success' || inputs.goal != 'release' }}
211
prerelease: ${{ contains(inputs.tag, 'beta') || contains(inputs.tag, 'alpha') }}
212
fail_on_unmatched_files: true
213
body: |
0 commit comments