We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a52036 + 5950004 commit 513775bCopy full SHA for 513775b
.github/workflows/push_reproschema_py.yml
@@ -30,7 +30,7 @@ jobs:
30
cd reproschema-py
31
# updating url to context
32
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'"
+ echo "CONTEXTFILE_URL = 'https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/${{ inputs.version }}/reproschema'" >> reproschema/context_url.py
34
git checkout -b release_${{ inputs.version }}
35
git add reproschema/models/model.py
36
git add reproschema/context_url.py
0 commit comments