Skip to content

Commit b96423f

Browse files
fix version
1 parent 7bf67e5 commit b96423f

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
@@ -26,7 +26,7 @@ publish-marketplace:
2626
@echo "Publishing VS Code extension to VS Marketplace..."
2727
@echo "Verifying PAT..."
2828
npx vsce verify-pat localstack -p $(VSCE_PAT)
29-
npx vsce publish localstack-$(VERSION).vsix -p $(VSCE_PAT)
29+
npx vsce publish $(VERSION) -p $(VSCE_PAT) --no-update-package-json
3030

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

0 commit comments

Comments
 (0)