Skip to content

Commit

Permalink
auto increment patch version so deploy always works (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Heinemann <[email protected]>
  • Loading branch information
lhein committed Jun 26, 2018
1 parent 2c79d73 commit 3e359af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy:
on:
branch: master
- provider: script
script: vsce publish -p $VSCODE_TOKEN
script: vsce publish -p $VSCODE_TOKEN patch
skip_cleanup: true
on:
repo: camel-tooling/camel-lsp-client-vscode
Expand Down

0 comments on commit 3e359af

Please sign in to comment.