From 82f6c1a2ee0ce49b9e1b18099ce3c6a00c1bf446 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 4 May 2023 18:55:42 -0700 Subject: [PATCH] Use prefixed tags for publish config (dart-lang/source_gen#664) The auto-publish comment already indicates that the package name prefix should be used. --- source_gen/source_gen/.github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_gen/source_gen/.github/workflows/publish.yaml b/source_gen/source_gen/.github/workflows/publish.yaml index fcb7ccb89..91f6a69c4 100644 --- a/source_gen/source_gen/.github/workflows/publish.yaml +++ b/source_gen/source_gen/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] push: - tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ] + tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ] jobs: publish: