Skip to content

Commit c61943d

Browse files
comment out publishing for now
1 parent e7330fa commit c61943d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ publish-marketplace:
2626
@echo "Publishing VS Code extension to VS Marketplace..."
2727
@echo "Verifying PAT..."
2828
npx vsce show localstack -p $(VSCE_PAT)
29-
npx vsce publish localstack-$(VERSION).vsix -p $(VSCE_PAT)
29+
# npx vsce publish localstack-$(VERSION).vsix -p $(VSCE_PAT)
3030

3131
publish-ovsx:
3232
@echo "Publishing VS Code extension to Open VSX..."
3333
@echo "Verifying PAT..."
3434
npx ovsx verify-pat localstack -p $(OVSX_PAT)
35-
npx ovsx publish localstack-$(VERSION).vsix -p $(OVSX_PAT)
35+
# npx ovsx publish localstack-$(VERSION).vsix -p $(OVSX_PAT)

0 commit comments

Comments
 (0)