Update workflow.yml
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -180,7 +180,7 @@ jobs:
|
|||||||
|
|
||||||
# Publish GitHub release
|
# Publish GitHub release
|
||||||
publish-release:
|
publish-release:
|
||||||
name:
|
name: Publish release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ action-latest-test ]
|
needs: [ action-latest-test ]
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[release]')
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[release]')
|
||||||
|
|||||||
Reference in New Issue
Block a user