Skip to content

Commit

Permalink
build(github): add spaces for __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 12, 2021
1 parent 9ac0667 commit 0f3a228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
TAG: ${{ steps.tag_version.outputs.new_tag }}
run: |
folder=`dirname $(find . -name _version.py)`
echo "__version__=\"$TAG\"" > $folder/_version.py
echo "__version__ = \"$TAG\"" > $folder/_version.py
- name: Commit files
run: |
git config --local user.email "$GITHUB_EMAIL"
Expand Down

0 comments on commit 0f3a228

Please sign in to comment.