diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7feb04..fefa28f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,11 @@ jobs: release_name: ${{ steps.version.outputs.version }} tag_name: ${{ github.run_number }} body_path: ${{ github.event.head_commit.message }} + + - name: Dump vars context + env: + VARS_JSON: ${{ toJSON(vars) }} + run: echo "${VARS_JSON}"