Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 9, 2021
1 parent 568dbaa commit 16e5ef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
.gitattributes export-ignore
.gitignore export-ignore

.* export-ignore
/bin export-ignore
/docs export-ignore
/tests export-ignore
README.md export-ignore
setup.cfg export-ignore
pylintrc export-ignore
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
git config --global user.name "release"
git config --global user.email "release@GitHub"
- name: "Set version number"
if: env.release_version != '' && success()
working-directory: ./custom_components/${{ env.package }}
run: |
sed -i '/VERSION = /c\VERSION = "${{ env.release_version }}"' __init__.py
sed -i '/VERSION = /c\VERSION = "${{ env.release_version }}"' const.py
- name: "Zip component dir"
if: env.release_version != '' && success()
working-directory: ./custom_components/${{ env.package }}
Expand Down

0 comments on commit 16e5ef8

Please sign in to comment.