mirror of
https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype.git
synced 2025-06-27 22:58:45 +02:00
Update release-main.yml
This commit is contained in:
2
.github/workflows /release-main.yml
vendored
2
.github/workflows /release-main.yml
vendored
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user