From bb213ae059342ea0eb8bbf06f9bb14421850ce95 Mon Sep 17 00:00:00 2001 From: Shahar Soel <4233843+bd82@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:20:41 +0300 Subject: [PATCH] ci: publish config public required --- packages/vsix-zst/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/vsix-zst/package.json b/packages/vsix-zst/package.json index 3b9bc79f..187aeadc 100644 --- a/packages/vsix-zst/package.json +++ b/packages/vsix-zst/package.json @@ -2,6 +2,7 @@ "name": "@sap-devx/vsix-zst", "version": "1.0.0", "description": "Repackage VSIX archives as Zstandard-compressed TAR files", + "author": "SAP SE", "license": "Apache-2.0", "engines": { "node": ">=22.15" @@ -11,6 +12,9 @@ "url": "https://github.com/SAP/app-studio-toolkit", "directory": "packages/vsix-zst" }, + "publishConfig": { + "access": "public" + }, "bin": { "vsix-zst": "./dist/src/cli.js" },