From b7173f0e9acd76272eb7d88620618d0aaa8b44f7 Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Mon, 17 Apr 2023 15:24:22 -0700 Subject: [PATCH] debugging --- .github/workflows/release-part-2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-part-2.yml b/.github/workflows/release-part-2.yml index 74efcfa306..a0825cc88d 100644 --- a/.github/workflows/release-part-2.yml +++ b/.github/workflows/release-part-2.yml @@ -18,6 +18,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Extract version from autorelease branch name + run: echo "VERSION=$(echo ${{ github.head_ref }} | cut -c 13-)" >> $GITHUB_ENV + - name: Roll back on failure uses: ./.github/actions/rollback_release with: