Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Pascal Lais
2020-10-19 16:11:29 +02:00
parent 305e7b8b89
commit 4a510a370e

View File

@@ -22,9 +22,8 @@ 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
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
@@ -40,6 +39,5 @@ 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