From 45b6a090678f9f3f0dbc71f8c89d95c27e672613 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 13 May 2020 10:41:27 -0600 Subject: [PATCH] fixes contain statement - missed a comma --- .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 8a46caf3..31cbd799 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -84,8 +84,8 @@ jobs: git push --tags origin - name: Create Release id: create_release - if: ${{contains('rc' env.VERSION)}} # using contributor's version to allow for pointing at the right commit + if: ${{contains('rc', env.VERSION)}} uses: fleskesvor/create-release@feature/support-target-commitish with: tag_name: ${{ env.VERSION }}