Skip to content

Commit

Permalink
fixed email notification GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
aiantsen committed Dec 12, 2024
1 parent 205c840 commit b868ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip
- name: Install build requirements
- name: Install python requirements
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel markdown
- name: Set version env
run: |
echo "LIBRARY_VERSION=$(python -c "import sys; sys.path.append('.'); from zabbix_utils.version import __version__; print(__version__)")" >> $GITHUB_ENV
Expand Down

0 comments on commit b868ef8

Please sign in to comment.