Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
Pascal Lais
2020-10-19 15:59:40 +02:00
parent b6f221dd23
commit 305e7b8b89

View File

@@ -22,6 +22,7 @@ steps:
title: ${DRONE_TAG} title: ${DRONE_TAG}
when: when:
event: tag event: tag
trigger:
ref: ref:
- refs/tags/+(0-9).+(0-9).+(1-9) - refs/tags/+(0-9).+(0-9).+(1-9)
- name: gitea_release - name: gitea_release
@@ -39,5 +40,6 @@ steps:
title: ${DRONE_TAG} title: ${DRONE_TAG}
when: when:
event: tag event: tag
trigger:
ref: ref:
- refs/tags/+(0-9).+(0-9).0 - refs/tags/+(0-9).+(0-9).0