From 62ad08bbc24a791a6a51fe8db5bbd8aa7f370618 Mon Sep 17 00:00:00 2001 From: Timothy Place Date: Fri, 19 Jun 2020 14:04:59 -0500 Subject: [PATCH] ci: string compare attempt --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 084c30e..2d166a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: with: length: 7 - uses: ncipollo/release-action@v1 - if: ${{ github.ref == 'refs/tags/*' }} + if: ${{ contains( github.ref, 'refs/tags/' ) }} with: artifacts: ${{ github.event.repository.name }}-${{ steps.short-sha.outputs.sha }}-release token: ${{ secrets.GITHUB_TOKEN }}