Skip to content

Commit

Permalink
Blind Fix of syntax error in _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent d3965fc commit af71eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
run: |
taggedVersion=$(echo $(echo ${{ github.ref }} | cut -d '/' -f 3))
echo "processing `$taggedVersion`"
echo "__version__ = ${taggedVersion}" > biosimulators_copasi/_version.py
echo "__version__ = '${taggedVersion}'" > biosimulators_copasi/_version.py
echo "version=${taggedVersion}" >> $GITHUB_OUTPUT
echo $(cat biosimulators_copasi/_version.py)

#############################################
Expand Down

0 comments on commit af71eb3

Please sign in to comment.