Skip to content

Commit

Permalink
Fixed an error including the new VERSION.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgesnchz committed Feb 26, 2025
1 parent 113ff64 commit 8d62707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/5_builderpackage_wazuh-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

- name: Get version
id: version
run: echo "version=$(<VERSION)" >> "$GITHUB_OUTPUT"
run: echo "version=$(jq -r .version<VERSION.json)" >> "$GITHUB_OUTPUT"

- name: Build with Gradle
run: ./gradlew build -Dversion=${{ steps.version.outputs.version }} -Drevision=${{ inputs.revision }}
Expand Down

0 comments on commit 8d62707

Please sign in to comment.