File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
4848 run : |
4949 sha256sum -c vrealize-developer-tools-${TAG_NAME#v}.vsix.sha256
5050 sha256sum -c packages.sha256
51-
52- - name : Publish extension to VS Marketplace
53- env :
54- TAG_NAME : ${{ github.event.release.tag_name }}
55- MARKETPLACE_SECRET : ${{ secrets.VS_MARKETPLACE_TOKEN }}
56- run : " vsce publish -p $MARKETPLACE_SECRET --packagePath vrealize-developer-tools-${TAG_NAME#v}.vsix"
51+ # temporarily remove this task
52+ # - name: Publish extension to VS Marketplace
53+ # env:
54+ # TAG_NAME: ${{ github.event.release.tag_name }}
55+ # MARKETPLACE_SECRET: ${{ secrets.VS_MARKETPLACE_TOKEN }}
56+ # run: "vsce publish -p $MARKETPLACE_SECRET --packagePath vrealize-developer-tools-${TAG_NAME#v}.vsix"
5757
5858 - name : Publish npm packages to GitHub Packages Registry
5959 env :
You can’t perform that action at this time.
0 commit comments