From e4f578046bd250cba15ff31bb90dcf5cbf11f0ec Mon Sep 17 00:00:00 2001 From: osborn Date: Wed, 25 Mar 2020 16:48:35 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d49d8b3..9ba163fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,10 +1,11 @@ name: Release on: - push: - tags: - - 'v*.*.*' +# push: +# tags: +# - 'v*.*.*' release: - types:[published] + types: + - published jobs: build: runs-on: macos-latest