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 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