We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa1eb9 commit a0b744eCopy full SHA for a0b744e
.travis.yml
@@ -37,7 +37,7 @@ before_deploy:
37
- "./scripts/zipping.sh"
38
- "./scripts/notarize.sh"
39
- "./scripts/staple.sh"
40
-- git tag -f v0.1.0-alpha
+- git tag -f v0.1.0-alpha.1
41
deploy:
42
provider: releases
43
api_key:
@@ -46,6 +46,6 @@ deploy:
46
- "/home/travis/build/ModusCreateOrg/modite-adventure/build/modite-linux.zip"
47
- "/Users/travis/build/ModusCreateOrg/modite-adventure/build/modite-mac.zip"
48
on:
49
- branch: master
+ all_branches: true
50
overwrite: true
51
skip_cleanup: 'true'
0 commit comments