Skip to content

Commit 82fbaef

Browse files
authored
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.
1 parent 288101c commit 82fbaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/source_gen/.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
push:
9-
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
9+
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)