From d0dbbe095f5b5a346c31c2a64bd7521bad98dede Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 8 Jul 2021 11:16:41 -0600 Subject: [PATCH] ci: Remove condition on upload to release --- .github/workflows/docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d429cdc0..a74ca03e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -90,7 +90,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Upload the build package to the release - name: Upload Release Package - if: contains(env.VERSION,'-rc-') || contains(env.VERSION,'-hotfix-') id: upload_release uses: actions/upload-release-asset@v1 with: