* fix release script
This commit is contained in:
@@ -88,7 +88,6 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
contains(github.event.head_commit.message, '[skip ci]') == false &&
|
contains(github.event.head_commit.message, '[skip ci]') == false &&
|
||||||
github.event_name == 'push' &&
|
github.event_name == 'push' &&
|
||||||
github.event.base_ref == 'refs/heads/master' &&
|
|
||||||
startsWith(github.ref, 'refs/tags/')
|
startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user