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
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v*.*.*'
|
||||
release:
|
||||
types:[published]
|
||||
types:
|
||||
- published
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
|
Reference in New Issue
Block a user