Browse Source

Fix marketplace publish (#24)

ColemanRoo 1 year ago
parent
commit
178fd3ac34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/marketplace-publish.yml

+ 1 - 1
.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"