From 59313172d3b400e03825a0d26915992d88637d7a Mon Sep 17 00:00:00 2001 From: Falcon Wu <9504402@qq.com> Date: Fri, 18 Dec 2020 12:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=8F=91=E5=B8=83=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E5=8F=91=E5=B8=83nuget=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3947fb4..6a9efa3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,7 @@ name: publish to nuget on: - push: - branches: - - master # Default release branch + release: + types: [published] jobs: publish: name: build, pack & publish