Update publish.yml

This commit is contained in:
osborn 2020-03-25 16:48:35 +08:00 committed by GitHub
parent 30c333dea1
commit e4f578046b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
name: Release
on:
push:
tags:
- 'v*.*.*'
# push:
# tags:
# - 'v*.*.*'
release:
types:[published]
types:
- published
jobs:
build:
runs-on: macos-latest