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 15:56:24 +02:00
parent c7e0136448
commit b6f221dd23

View File

@@ -21,6 +21,7 @@ steps:
- crc32 - crc32
title: ${DRONE_TAG} title: ${DRONE_TAG}
when: when:
event: tag
ref: ref:
- refs/tags/+(0-9).+(0-9).+(1-9) - refs/tags/+(0-9).+(0-9).+(1-9)
- name: gitea_release - name: gitea_release
@@ -37,5 +38,6 @@ steps:
- crc32 - crc32
title: ${DRONE_TAG} title: ${DRONE_TAG}
when: when:
event: tag
ref: ref:
- refs/tags/+(0-9).+(0-9).0 - refs/tags/+(0-9).+(0-9).0