From 06cc871432258e6abdce9169723cacad20833ed0 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 13 May 2020 10:45:54 -0600 Subject: [PATCH] fixes other comma issue... --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 31cbd799..cf01982f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -95,7 +95,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Upload the build package to the release - name: Upload Release Package - if: ${{contains('rc' env.VERSION)}} + if: ${{contains('rc', env.VERSION)}} id: upload_release uses: actions/upload-release-asset@v1 with: