typo
This commit is contained in:
parent
6c68447ef4
commit
c998b4a43f
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
tag_name: Golang-v${{ evn.GO_VERSION }}
|
||||
tag_name: Golang-v${{ env.GO_VERSION }}
|
||||
files: |
|
||||
wazuh-notify-go/wazuh-notify
|
||||
wazuh-notify-go/wazuh-notify-config.toml
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
tag_name: Python-v${{ evn.PYTHON_VERSION }}
|
||||
tag_name: Python-v${{ env.PYTHON_VERSION }}
|
||||
files: |
|
||||
wazuh-notify-python
|
||||
licence.MD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user