From 0a3e3506afd446c78a9ae9e2d436067c1d80e44a Mon Sep 17 00:00:00 2001 From: BW Personal Date: Wed, 30 Aug 2023 17:08:48 +0200 Subject: [PATCH] fix trigger --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93e03614..fd68b625 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,8 @@ name: Release to pub.dev on: workflow_dispatch: push: - # TODO: Re-enable - # tags: - # - 'v[0-9]+.[0-9]+.[0-9]+*' + tags: + - 'v[0-9]+.[0-9]+.[0-9]+*' jobs: # test: