Skip to content

Commit

Permalink
fixing PR GA
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 21, 2024
1 parent 3a52036 commit 5950004
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 5950004

Please sign in to comment.