diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47d8324..4130017 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,8 @@ jobs: id: read_config run: | config=$(cat linea-besu/build.json) + echo "Configuration file content:" + echo "$config" echo "::set-output name=config::$config" - name: Generate release body