From 178fd3ac34a3659d0f2d35418bde6eb3b466a377 Mon Sep 17 00:00:00 2001 From: ColemanRoo <117104599+ColemanRoo@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:32:00 -0600 Subject: [PATCH] Fix marketplace publish (#24) --- .github/workflows/marketplace-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/marketplace-publish.yml b/.github/workflows/marketplace-publish.yml index d4f5547..0084f9e 100644 --- a/.github/workflows/marketplace-publish.yml +++ b/.github/workflows/marketplace-publish.yml @@ -28,5 +28,5 @@ jobs: run: | current_package_version=$(node -p "require('./package.json').version") npm run vsix - npm run publish:marketplace -- --pat VSCE_PAT + npm run publish:marketplace echo "Successfully published version $current_package_version to VS Code Marketplace"