Skip to content
Snippets Groups Projects
Commit 1e166eea authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove auto tagging

parent 7a653b20
No related branches found
No related tags found
No related merge requests found
......@@ -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/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:
skip_cleanup: true
overwrite: true
......@@ -44,4 +38,4 @@ deploy:
file: nheko-x86_64.AppImage
on:
repo: mujx/nheko
tags: false
tags: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment