Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Updated deploy (#2930)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Turner <10009752+Jakeeyturner@users.noreply.github.com>
  • Loading branch information
Jakeeyturner committed Jan 19, 2021
1 parent 5d1ee19 commit d3c1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-templates/deploy-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
set -ev
npm install vsce
git checkout package.json
node ./node_modules/vsce/out/vsce publish -p $(VSCETOKEN) --packagePath ibm-blockchain-platform-1*
node ./node_modules/vsce/out/vsce publish -p $(VSCETOKEN) --packagePath ibm-blockchain-platform-2*
displayName: Publish extension
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v2'))
Expand Down

0 comments on commit d3c1007

Please sign in to comment.