We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00dc21b + 9a60a9c commit bfda927Copy full SHA for bfda927
1 file changed
action.yml
@@ -54,3 +54,8 @@ runs:
54
path: |
55
./
56
!.git/config
57
+
58
+ - name: No release drafted
59
+ if: steps.release.outputs.released == 'false' || steps.draft.outputs.created == 'false'
60
+ run: exit 1
61
+ shell: bash
0 commit comments