diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c19bacf..c80d922 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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