From bfed39997cdf152e93a5c037bea6592ec609f8e6 Mon Sep 17 00:00:00 2001 From: osborn Date: Thu, 28 Jan 2021 14:30:38 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d434017d..76f9d61a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,11 +1,7 @@ name: Release on: - # push: - # tags: - # - 'v*.*.*' release: - types: - - published + types: [created] jobs: build: runs-on: macos-latest