From 98bc19a7bdfa41766c60d6ab42b8e507cf0a1460 Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 2 Jul 2020 13:16:22 +0200 Subject: [PATCH] fix the build #5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b306f8..0417633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: pyb publish upload - name: Create GH Release - if: ${{ github.tag='[0-9]+.[0-9]+.[0-9]' }} + if: ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }} id: create_release uses: actions/create-release@v1 env: