Skip to content

Commit

Permalink
Merge pull request #26 from Gabriel-Trintinalia/fix-build-body-conten…
Browse files Browse the repository at this point in the history
…t-path

Fix path
  • Loading branch information
Gabriel-Trintinalia authored Aug 13, 2024
2 parents 40390cb + c00368c commit f8d8287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Read configuration file
id: read_config
run: |
config=$(cat path/to/your/config.json)
config=$(cat linea-besu/build.json)
echo "Configuration file content:"
echo "$config"
echo "$config" > config.json
Expand Down

0 comments on commit f8d8287

Please sign in to comment.