fix(ocb): actually use generated version
This commit is contained in:
parent
fd300caacc
commit
23fd14db89
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue