Skip to content

Commit

Permalink
Merge pull request #530 from djarecka/prga_fix
Browse files Browse the repository at this point in the history
fixing PR GA
  • Loading branch information
djarecka authored Jun 21, 2024
2 parents 3a52036 + 5950004 commit 513775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_reproschema_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 513775b

Please sign in to comment.