From 2ddfa0e71a970d8487c70228968758ee87262142 Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 11:24:44 -0400 Subject: [PATCH] fix env variable format --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c24e5cae6e..34fa1d645b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dump context - run: echo "$GITHUB_CONTEXT" + run: echo '${{ toJSON(github) }}' # build-distribution: # name: Build catalystcoop.pudl distribution for PyPI # runs-on: ubuntu-latest