Skip to content

Commit ba1fdac

Browse files
fix ovsx publish command
1 parent 7b77f76 commit ba1fdac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ 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 --pre-release $(VERSION) -p $(OVSX_PAT)
35+
npx ovsx publish --pre-release --packageVersion $(VERSION) -p $(OVSX_PAT) --no-update-package-json
36+

0 commit comments

Comments
 (0)