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: