Skip to content

Commit 025bc3e

Browse files
fix verify PAT for VS marketplace
1 parent 5eb206b commit 025bc3e

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
@@ -25,8 +25,8 @@ vsix:
2525
publish-marketplace:
2626
@echo "Publishing VS Code extension to VS Marketplace..."
2727
@echo "Verifying PAT..."
28-
npx vsce show localstack -p $(VSCE_PAT)
29-
# npx vsce publish localstack-$(VERSION).vsix -p $(VSCE_PAT)
28+
npx vsce ls-publishers --pat $(VSCE_PAT)
29+
# npx vsce publish localstack-$(VERSION).vsix --pat $(VSCE_PAT)
3030

3131
publish-ovsx:
3232
@echo "Publishing VS Code extension to Open VSX..."

0 commit comments

Comments
 (0)