fix ref tag in drone

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-10-28 14:39:09 +08:00
parent e99692717c
commit 18921b6ac3
1 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ pipeline:
- make release - make release
when: when:
event: [ tag ] event: [ tag ]
branch: [ refs/tags/* ] ref: [ refs/tags/* ]
publish_linux_amd64: publish_linux_amd64:
image: plugins/docker image: plugins/docker
@ -117,7 +117,7 @@ pipeline:
group: release group: release
when: when:
event: [ tag ] event: [ tag ]
branch: [ refs/tags/* ] ref: [ refs/tags/* ]
local: false local: false
release_tag: release_tag:
@ -128,7 +128,7 @@ pipeline:
- dist/release/* - dist/release/*
when: when:
event: [ tag ] event: [ tag ]
branch: [ refs/tags/* ] ref: [ refs/tags/* ]
local: false local: false
discord: discord: