diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e2a2fc..7bebea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: sed -i -E "s/^version\s+=\s+(\".*?\")/version = \"${bioSimVersion}\"/mg" pyproject.toml - sed -i -e 's/__COPASI_VERSION__/${copasiVersion}/g' biosimulators.json + sed -i -E "s/__COPASI_VERSION__/${copasiVersion}/g" biosimulators.json poetry update #############################################