Skip to content

Commit

Permalink
Update version retrieval to use JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Feb 18, 2025
1 parent 450a9cb commit 63b8ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
id: setup-variables
run: |
CURRENT_DIR=$(pwd -P)
VERSION=$(tail -c +2 VERSION)
VERSION=$(jq -r '.version' VERSION.json)
REVISION=$(yarn --silent wzd-revision)
COMMIT_SHA=$(git rev-parse --short HEAD)
PLUGINS_SHA=${{steps.get-plugins-sha.outputs.WAZUH_PLUGINS_SHA}}
Expand Down

0 comments on commit 63b8ba4

Please sign in to comment.