Skip to content

Commit

Permalink
build(github): add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Feb 17, 2023
1 parent 81c76fd commit 6ebd802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
TAG: ${{ steps.tag_version.outputs.new_tag }}
run: |
folder=`dirname $(find . -name _version.py)`
echo "__version__ = \"$TAG\"" > $folder/_version.py
echo "\"\"\"version information\"\"\"" > $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 6ebd802

Please # to comment.