Skip to content

Commit 58766d6

Browse files
Remove marketplace publishing step
1 parent be6d6b1 commit 58766d6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)