From a58b3942940d0125ee86967421f5ed0122bf11b1 Mon Sep 17 00:00:00 2001 From: "chenghuai.dtc" Date: Wed, 2 Mar 2022 20:03:43 +0800 Subject: [PATCH] chore: upgrade github ci --- .github/workflows/publish_to_dart_dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_dart_dev.yml b/.github/workflows/publish_to_dart_dev.yml index d1c1fbdad1..43b5d92c07 100644 --- a/.github/workflows/publish_to_dart_dev.yml +++ b/.github/workflows/publish_to_dart_dev.yml @@ -1,6 +1,9 @@ name: Publish Kraken To pub.dev -on: [workflow_dispatch] +on: + release: + types: [created] + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: