Skip to content

Commit

Permalink
Fixed Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent aabd935 commit d3965fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: get-tagged-version
if: startsWith(github.ref, 'refs/tags/')
run: |
taggedVersion = $(echo $(echo ${{ github.ref }} | cut -d '/' -f 3))
taggedVersion=$(echo $(echo ${{ github.ref }} | cut -d '/' -f 3))
echo "processing `$taggedVersion`"
echo "__version__ = ${taggedVersion}" > biosimulators_copasi/_version.py
echo "version=${taggedVersion}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d3965fc

Please sign in to comment.