Skip to content

Commit

Permalink
Disable open-vsx publish due to internal server errors
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Jun 22, 2024
1 parent 1e1f182 commit c21e80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ find . -name "*.vsix" -type f | while read -r package_path; do
# Publish the VSCode extension to the VSCode Marketplace
npx @vscode/vsce publish --packagePath "$package_path"
# Publish the VSCode extension to the Open VSX Registry
npx ovsx publish "$package_path" -p "$OVSX_PAT"
#npx ovsx publish "$package_path" -p "$OVSX_PAT"
done

0 comments on commit c21e80f

Please sign in to comment.