Update release-main.yml

This commit is contained in:
tips-of-mine
2025-05-31 10:07:49 +02:00
committed by GitHub
parent 73d8651c19
commit 30f389265f

View File

@ -28,7 +28,7 @@ jobs:
- name: XML get number
id: get-version
run: |
VERSION=$(xmllint --xpath "string(/root/versions/version/num)" wazuh.xml)
VERSION=$(xmllint --xpath "string(/root/versions/version/num)" cve-prototype.xml)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "Found version: $VERSION"