fix ref tag in drone
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
e99692717c
commit
18921b6ac3
|
@ -71,7 +71,7 @@ pipeline:
|
|||
- make release
|
||||
when:
|
||||
event: [ tag ]
|
||||
branch: [ refs/tags/* ]
|
||||
ref: [ refs/tags/* ]
|
||||
|
||||
publish_linux_amd64:
|
||||
image: plugins/docker
|
||||
|
@ -117,7 +117,7 @@ pipeline:
|
|||
group: release
|
||||
when:
|
||||
event: [ tag ]
|
||||
branch: [ refs/tags/* ]
|
||||
ref: [ refs/tags/* ]
|
||||
local: false
|
||||
|
||||
release_tag:
|
||||
|
@ -128,7 +128,7 @@ pipeline:
|
|||
- dist/release/*
|
||||
when:
|
||||
event: [ tag ]
|
||||
branch: [ refs/tags/* ]
|
||||
ref: [ refs/tags/* ]
|
||||
local: false
|
||||
|
||||
discord:
|
||||
|
|
Loading…
Reference in New Issue