From f7fe120ce28855101529c7a96d35f58420699676 Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Sun, 2 Feb 2025 20:38:10 +0300 Subject: [PATCH] chore: update publish workflow to trigger on version tag pushes --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0307af8..d79d8c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,9 @@ name: Publish to pub.dev on: - release: - types: - - published + push: + tags: + - '[0-9]+.[0-9]+.[0-9]+*' jobs: publish: