Update publish.yml
This commit is contained in:
parent
30c333dea1
commit
e4f578046b
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -1,10 +1,11 @@
|
|||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
tags:
|
# tags:
|
||||||
- 'v*.*.*'
|
# - 'v*.*.*'
|
||||||
release:
|
release:
|
||||||
types:[published]
|
types:
|
||||||
|
- published
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
Reference in New Issue
Block a user