fix the build #4
This commit is contained in:
parent
8cd685c1d7
commit
6ffd49d432
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
|
pyb publish upload
|
||||||
|
|
||||||
- name: Create GH Release
|
- 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
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue