Fix release step trigger
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-10-19 20:31:36 +02:00
parent d53cafddd0
commit 437d327d81
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ steps:
strip_prefix: dist/
source: dist/*
target: /desktop/master/
trigger:
when:
event:
exclude:
- tag
@ -64,7 +64,7 @@ steps:
strip_prefix: dist/
source: dist/*
target: /desktop/${DRONE_TAG##v}/
trigger:
when:
event:
- tag
depends_on: [ build ]