Merge pull request #2999 from thelounge/astorije/travis-npm-dist-tag
Keep using npm to clean up dist-tags after a stable release
This commit is contained in:
commit
b27e92f11d
@ -63,5 +63,5 @@ deploy:
|
|||||||
# If the current release is a stable release, remove potential pre-release tag
|
# If the current release is a stable release, remove potential pre-release tag
|
||||||
after_deploy: |
|
after_deploy: |
|
||||||
if [ "$(npm_dist_tag)" == "latest" ]; then
|
if [ "$(npm_dist_tag)" == "latest" ]; then
|
||||||
yarn tag remove thelounge next || true
|
npm dist-tag rm thelounge next || true
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user