Skip to content

Resolve "Publish GitLab Workflow extension to Open VSX Registry"

Tomas Vik (OOO back on 2024-05-09) requested to merge 205-publish-open-vsx into master

This MR introduces an additional package stage in our pipeline. This stage produces packaged extension as an artifact (e.g. gitlab-workflow-3.1.0.vsix).

This artifact is then used by two manual jobs in the publish stage. These jobs publish the packaged extension to VS Code Marketplace and open-vsx.

I've tested the open-vsx publishing in this pipeline

And it worked well: https://open-vsx.org/extension/GitLab/gitlab-workflow.

Closes #205 (closed)

Edited by Tomas Vik (OOO back on 2024-05-09)

Merge request reports