fix(ocb): actually use generated version
All checks were successful
Build OCB / check-version-exists (push) Successful in 18s
Build OCB / Build wheels (push) Successful in 6m17s

This commit is contained in:
Oskar Manhart 2025-10-11 13:44:09 +02:00
parent fd300caacc
commit 23fd14db89

View file

@ -42,7 +42,7 @@ jobs:
run: |
rm pyproject.toml
wget "https://git.weddingfactory.eu/cmwedding/wheels/raw/branch/main/OCB/pyproject.toml"
sed -i 's/%s/${{ env.ODOO_VERSION }}/' pyproject.toml
sed -i 's/%s/${{ needs.check-version-exists.outputs.version }}/' pyproject.toml
- name: Setup dependencies
run: |