Skip to content

Commit

Permalink
Release version from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed May 12, 2018
1 parent f9b71d7 commit 90d28f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ env:
build:
ci:
- npm install -g vsce
- if [ "$IS_RELEASE" == true ]; then vsce publish -p $VSCE_TOKEN patch; fi
- if [ "$IS_RELEASE" == true ]; then vsce publish -p $VSCE_TOKEN $GIT_TAG_NAME; fi

0 comments on commit 90d28f1

Please sign in to comment.