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

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Fix publishing

Signed-off-by: Caroline Fletcher <cazfletch@gmail.com>
  • Loading branch information
cazfletch committed Dec 20, 2021
1 parent 2d7c874 commit 0f73bb5
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-2*
node ./node_modules/vsce/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 0f73bb5

Please sign in to comment.