Skip to content

Commit bfda927

Browse files
authored
Merge pull request #126 from OZI-Project/rjdbcm-patch-2
feat: fail action if no release
2 parents 00dc21b + 9a60a9c commit bfda927

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ runs:
5454
path: |
5555
./
5656
!.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

Comments
 (0)