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: