ci: correct syntax
Some checks failed
Bump version / Bump version and create changelog with commitizen (push) Failing after 41s

This commit is contained in:
Ulenar of Mondarth 2025-07-14 18:08:31 +00:00
parent 6803c8336b
commit e8f89e0bf9

View File

@ -29,7 +29,7 @@ jobs:
- name: Patch version into docs configuration
id: sub_docs_release
run: sed -i "s/release\s+=.*/release = '${{steps.get-version.outputs.v}}/'" docs/conf.py
run: sed -i "s/release\s+=.*/release = '${{steps.get-version.outputs.v}}'/" docs/conf.py
- name: Build Documentation
run: |