Skip to content

Commit 178fd3a

Browse files
authored
Fix marketplace publish (#24)
1 parent cafc285 commit 178fd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: |
2929
current_package_version=$(node -p "require('./package.json').version")
3030
npm run vsix
31-
npm run publish:marketplace -- --pat VSCE_PAT
31+
npm run publish:marketplace
3232
echo "Successfully published version $current_package_version to VS Code Marketplace"

0 commit comments

Comments
 (0)