mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Remove auto tagging
This commit is contained in:
parent
7a653b208d
commit
1e166eea1a
1 changed files with 1 additions and 7 deletions
|
@ -29,12 +29,6 @@ script:
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/run-tests.sh; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/run-tests.sh; fi
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/deploy.sh; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/deploy.sh; fi
|
||||||
|
|
||||||
before_deploy:
|
|
||||||
- git config --global user.email "builds@travis-ci.com"
|
|
||||||
- git config --global user.name "Travis CI"
|
|
||||||
- git tag nightly -fa -m "nheko v0.1.0-dev"
|
|
||||||
- git push -fq https://$TOKEN@github.com/mujx/nheko --tags
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
@ -44,4 +38,4 @@ deploy:
|
||||||
file: nheko-x86_64.AppImage
|
file: nheko-x86_64.AppImage
|
||||||
on:
|
on:
|
||||||
repo: mujx/nheko
|
repo: mujx/nheko
|
||||||
tags: false
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue