mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 03:41:16 +00:00
CI: Build tags to develop, drop stable tag
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4dd903288c
commit
f76cbebda3
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ branch)
|
|||
tags+=(develop)
|
||||
;;
|
||||
tag)
|
||||
# Build to latest & stable: Older tags are not intended to rebuild
|
||||
tags+=(latest stable ${GITHUB_REF_NAME})
|
||||
# Build to latest: Older tags are not intended to rebuild
|
||||
tags+=(develop latest ${GITHUB_REF_NAME})
|
||||
;;
|
||||
*)
|
||||
log "ERR: The ref type ${GITHUB_REF_TYPE} is not handled."
|
||||
|
|
Loading…
Reference in a new issue