From 0b3318b09fac2cb16ebe978fd79554101c361854 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Tue, 3 Aug 2021 11:30:15 +0200 Subject: [PATCH] Backport the typo fix --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index fafd09a..074de2f 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -93,7 +93,7 @@ jobs: name: Create release runs-on: ubuntu-latest needs: [schedule_environment, workflow_dispatch_environment] - if: always() && (needs.schedule_environment.result == 'success' || needs.workflow_dispatch_environment == 'success') + if: always() && (needs.schedule_environment.result == 'success' || needs.workflow_dispatch_environment.result == 'success') steps: - name: Fetch environment variables uses: actions/download-artifact@v1