From 5950004e082311ece58b065db844e346db12278d Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Fri, 21 Jun 2024 10:53:48 -0400 Subject: [PATCH] fixing PR GA --- .github/workflows/push_reproschema_py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index 7fb1bcb58..18b5e9c18 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -30,7 +30,7 @@ jobs: cd reproschema-py # updating url to context echo "# this is automatically updated after reproschema new release" > reproschema/context_url.py - echo "CONTEXTFILE_URL = 'https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/${{ inputs.version }}/reproschema'" + echo "CONTEXTFILE_URL = 'https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/${{ inputs.version }}/reproschema'" >> reproschema/context_url.py git checkout -b release_${{ inputs.version }} git add reproschema/models/model.py git add reproschema/context_url.py