We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a52036 commit 5950004Copy full SHA for 5950004
.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