🐛 Versions are always displayed with the "-modified" suffix (step 2) #16

Merged
Adrien merged 5 commits from fix/versions-always-modified into develop 2025-05-02 19:37:04 +00:00
Showing only changes of commit cdc02a601d - Show all commits

View File

@@ -14,6 +14,7 @@ steps:
when: when:
- event: push - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
- event: push
branch: fix/versions-always-modified
# depends_on: # depends_on:
# - validate # - validate