fix the build #5
This commit is contained in:
parent
6ffd49d432
commit
98bc19a7bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue