Skip to content

Commit 9d60466

Browse files
fix verify PAT for VS marketplace
1 parent 5eb206b commit 9d60466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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)
28+
npx vsce verify-pat localstack -p $(VSCE_PAT)
2929
# npx vsce publish localstack-$(VERSION).vsix -p $(VSCE_PAT)
3030

3131
publish-ovsx:

0 commit comments

Comments
 (0)