added .toml to python
fixed python release version
This commit is contained in:
parent
e914886efd
commit
58852326ea
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -46,13 +46,13 @@ jobs:
|
|||||||
echo "PY_VERSION=$PY_VER" >> $GITHUB_ENV
|
echo "PY_VERSION=$PY_VER" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: zip Python
|
- name: zip Python
|
||||||
run: zip -r wazuh-notify-python.zip wazuh-notify-python
|
run: zip -r wazuh-notify-python.zip wazuh-notify-python wazuh-notify-go/wazuh-notify-config.toml
|
||||||
|
|
||||||
- name: Release python
|
- name: Release python
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
tag_name: Python-v${{ env.PYTHON_VERSION }}
|
tag_name: Python-v${{ env.PY_VERSION }}
|
||||||
files: |
|
files: |
|
||||||
wazuh-notify-python.zip
|
wazuh-notify-python.zip
|
||||||
licence.MD
|
licence.MD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user