fix the build #5

This commit is contained in:
jem 2020-07-02 13:16:22 +02:00
parent 6ffd49d432
commit 98bc19a7bd

View file

@ -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: