Skip to content

Commit b868ef8

Browse files
committed
fixed email notification GitHub action
1 parent 205c840 commit b868ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
path: ${{ steps.pip-cache.outputs.dir }}
2828
key: ${{ runner.os }}-pip
29-
- name: Install build requirements
29+
- name: Install python requirements
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install setuptools wheel
32+
pip install setuptools wheel markdown
3333
- name: Set version env
3434
run: |
3535
echo "LIBRARY_VERSION=$(python -c "import sys; sys.path.append('.'); from zabbix_utils.version import __version__; print(__version__)")" >> $GITHUB_ENV

0 commit comments

Comments
 (0)