Skip to content

Fix upload and release rules in pipeline configuration

Tomasz Maczukin requested to merge fix-upload-and-release-rules-in-pipeline into main

Fixes rules definitions related to uploading and releasing the plugin.

Currently, the release job is executed also for main branch pipelines, which are not going to work as are not connected to a tag (example 👉 https://gitlab.com/gitlab-org/fleeting/fleeting-plugin-aws/-/jobs/3908258056).

Only pipelines for tag should contain the last release job that creates the GitLab Release entry.

Edited by Tomasz Maczukin

Merge request reports