From ab8c770476ace30703b76fd45436a7b111af87e8 Mon Sep 17 00:00:00 2001 From: wusatosi <26424577+wusatosi@users.noreply.github.com> Date: Wed, 3 May 2023 12:18:53 -0400 Subject: [PATCH] Remove "Fetch Release Info" --- .github/workflows/autobuild.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index f43c047..c6ce25e 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -231,10 +231,6 @@ jobs: uses: actions/download-artifact@v3 with: name: env - - name: Fetch release info - uses: actions/download-artifact@v3 - with: - name: release - name: Put release info into env run: cat commit.env >> $GITHUB_ENV shell: bash