From 61729627e6fcb79338a999c2b94c5923823bba2d Mon Sep 17 00:00:00 2001 From: Sreelal TS Date: Fri, 20 Dec 2024 21:29:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=B3=EF=B8=8F=20Update=20deployment=20w?= =?UTF-8?q?orkflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e4bee2b..9847c99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,10 @@ name: Publish to pub.dev on: - release: - types: [published] + workflow_dispatch: + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+*' jobs: publish: