From 9b101befb7a2ab96cccf2210fa803e2740e94f13 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 17 May 2024 12:07:13 +0200 Subject: [PATCH] fixup! chore: switch to automated publishing workflow --- .github/workflows/publish.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cd8f7a76..2bd6e16f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,11 +1,9 @@ name: Publish to pub.dev -on: workflow_dispatch -### Disabled for this draft PR -# on: -# push: -# tags: -# - 'v[0-9]+.[0-9]+.[0-9]+*' +on: + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+*' # Publish using the reusable workflow from dart-lang. jobs: