mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ deploy:
|
|||
# If the current release is a stable release, remove potential pre-release tag
|
||||
after_deploy: |
|
||||
if [ "$(npm_dist_tag)" == "latest" ]; then
|
||||
yarn tag remove thelounge next || true
|
||||
npm dist-tag rm thelounge next || true
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue