After deploying a stable release, clean up the next
tag
This commit is contained in:
parent
288e8148fd
commit
4e63ef9764
@ -45,3 +45,9 @@ deploy:
|
|||||||
condition: "$BUILD_ENV = production"
|
condition: "$BUILD_ENV = production"
|
||||||
tags: true
|
tags: true
|
||||||
repo: thelounge/lounge
|
repo: thelounge/lounge
|
||||||
|
|
||||||
|
# If the current release is a stable release, remove potential pre-release tag
|
||||||
|
after_deploy: |
|
||||||
|
if [ "$(npm_dist_tag)" == "latest" ]; then
|
||||||
|
npm dist-tag rm thelounge next || true
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user