From 6ffd49d4326542e54916d4855110eab31669d913 Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 2 Jul 2020 13:14:33 +0200 Subject: [PATCH] fix the build #4 --- .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 ab59448..9b306f8 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: