Update .gitea/workflows/release-with-tag.yaml
This commit is contained in:
parent
6b484d88f3
commit
12770e487b
@ -65,3 +65,7 @@ jobs:
|
|||||||
skip-on-empty: true
|
skip-on-empty: true
|
||||||
skip-version-file: true
|
skip-version-file: true
|
||||||
skip-tag: false
|
skip-tag: false
|
||||||
|
|
||||||
|
- name: Cancel if no changelog
|
||||||
|
if: steps.get_next_version.outputs.skipped == 'true'
|
||||||
|
run: exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user