Skip to content

Commit

Permalink
RC3
Browse files Browse the repository at this point in the history
Improve build-script
  • Loading branch information
OllisGit committed Nov 15, 2019
1 parent 58544a1 commit b5f982a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

script:
# debug - echo 'Hello World'
- export PLUGIN_VERSION=$(cat setup.py | grep 'plugin_version = "*"' | cut -d '"' -f2)
- zip -r master *
# debug - ls -al

Expand All @@ -17,7 +18,7 @@ before_deploy:
- git remote remove gh

deploy:
name: "V1.X.X-draft"
name: "V${PLUGIN_VERSION}-draft"
#prerelease: true
draft: true
provider: releases
Expand Down

0 comments on commit b5f982a

Please sign in to comment.