From 3dcc04a318fffb4ea8ab40435b2afa4c04091a21 Mon Sep 17 00:00:00 2001 From: Davide Romanini Date: Wed, 25 Sep 2019 01:55:03 +0200 Subject: [PATCH] try to fix appveyor deployment --- .travis.yml | 2 ++ appveyor.yml | 1 - comictaggerlib/ctversion.py | 2 +- current_version.txt | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9de7dd..b73aa53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ script: - make dist - ls -l dist deploy: + name: $TRAVIS_TAG + body: New macOS Release provider: releases skip_cleanup: true api_key: diff --git a/appveyor.yml b/appveyor.yml index 7fcf640..1ec1e03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,5 @@ deploy: prerelease: false artifact: ComicTagger on: - branch: master APPVEYOR_REPO_TAG: true \ No newline at end of file diff --git a/comictaggerlib/ctversion.py b/comictaggerlib/ctversion.py index e151497..ee37d04 100644 --- a/comictaggerlib/ctversion.py +++ b/comictaggerlib/ctversion.py @@ -1,3 +1,3 @@ # This file should contain only these comments, and the line below. # Used by packaging makefiles and app -version = "1.2.0+1" \ No newline at end of file +version = "1.2.0+2" \ No newline at end of file diff --git a/current_version.txt b/current_version.txt index 6e1b764..70b509f 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -1.2.0+1 +1.2.0+2