Skip to content

Commit 513775b

Browse files
authored
Merge pull request #530 from djarecka/prga_fix
fixing PR GA
2 parents 3a52036 + 5950004 commit 513775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_reproschema_py.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cd reproschema-py
3131
# updating url to context
3232
echo "# this is automatically updated after reproschema new release" > reproschema/context_url.py
33-
echo "CONTEXTFILE_URL = 'https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/${{ inputs.version }}/reproschema'"
33+
echo "CONTEXTFILE_URL = 'https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/${{ inputs.version }}/reproschema'" >> reproschema/context_url.py
3434
git checkout -b release_${{ inputs.version }}
3535
git add reproschema/models/model.py
3636
git add reproschema/context_url.py

0 commit comments

Comments
 (0)