release only on drone promotion
Some checks reported errors
continuous-integration/drone/push Build is failing
continuous-integration/drone Build was killed

This commit is contained in:
Marvin Steadfast 2021-01-22 15:31:52 +01:00
parent df4aaa75ba
commit dbcf05b98b

View File

@ -64,9 +64,11 @@ steps:
commands: commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...) - (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- goreleaser release --rm-dist --parallelism=1 - goreleaser release --rm-dist --parallelism=1
when: trigger:
event: event:
- tag - promote
target:
- production
depends_on: depends_on:
- submodules - submodules
- clean - clean