release really only on tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marvin Steadfast 2020-12-09 08:31:45 +01:00
parent 0b3907bb5e
commit 1c2beb766c

View File

@ -21,7 +21,7 @@ steps:
environment:
commands:
- goreleaser build --rm-dist --snapshot
trigger:
when:
event:
exclude:
- tag
@ -47,7 +47,7 @@ steps:
echo $DOCKER_PASSWORD |
docker login $DOCKER_REGISTRY -u $DOCKER_USERNAME --password-stdin
- goreleaser release
trigger:
when:
event:
- tag
depends_on: