Skip to content

Commit

Permalink
Adding --release flag to release circle build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross McDonald committed Apr 15, 2016
1 parent 9bff815 commit a4a4726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ deployment:
release:
tag: /v[0-9]+(\.[0-9]+){2}(-rc[0-9]+)?/
commands:
- ./build.sh --debug --clean --generate --package --upload --platform=all --arch=all
- ./build.sh --debug --clean --generate --package --upload --platform=all --arch=all --release

0 comments on commit a4a4726

Please sign in to comment.