Skip to content

Commit

Permalink
releasing feature to new tag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Collins committed Nov 9, 2020
1 parent 5fa1eb9 commit a0b744e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_deploy:
- "./scripts/zipping.sh"
- "./scripts/notarize.sh"
- "./scripts/staple.sh"
- git tag -f v0.1.0-alpha
- git tag -f v0.1.0-alpha.1
deploy:
provider: releases
api_key:
Expand All @@ -46,6 +46,6 @@ deploy:
- "/home/travis/build/ModusCreateOrg/modite-adventure/build/modite-linux.zip"
- "/Users/travis/build/ModusCreateOrg/modite-adventure/build/modite-mac.zip"
on:
branch: master
all_branches: true
overwrite: true
skip_cleanup: 'true'

0 comments on commit a0b744e

Please sign in to comment.