Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Hootrix committed May 20, 2023
1 parent 5fd0f01 commit ab04937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
VERSION=$(python -c "from utils.__version__ import __version__; print(__version__)")
echo $VERSION
Expand Down
2 changes: 1 addition & 1 deletion logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

logger = logging.getLogger('keyword_alert.root')
logger.setLevel(__level)
logger.addHandler(handler)
logger.addHandler(handler)


0 comments on commit ab04937

Please sign in to comment.