docs: set -devel version for main branch

main
Guido Grazioli 2022-03-31 15:04:55 +02:00
parent abd922417c
commit c166c643fc
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
done
antsibull-changelog lint -vvv
if [[ "${{github.ref}}" == "refs/heads/main" ]]; then
antsibull-changelog release --version "prerelease-$(grep version galaxy.yml | awk -F'"' '{ print $2 }')"
antsibull-changelog release --version "$(grep version galaxy.yml | awk -F'"' '{ print $2 }')-devel" -v
fi
working-directory: ansible_collections/middleware_automation/keycloak
env: