Skip to content

Commit 1ee8568

Browse files
authored
Update README.md (#352)
1 parent 391a80c commit 1ee8568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/firehose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ the tag pattern must be prefixed with the package name, e.g. `foo-v1.2.3`.
5858
- copy the yaml below into a `.github/workflows/publish.yaml` file in your repo
5959
- update the target branch below if necessary (currently, `main`)
6060
- if publishing from a mono-repo, adjust the 'tags' line below to
61-
`tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]`
61+
`tags: [ '[_0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]`
6262
- from the pub.dev admin page of your package, enable publishing from GitHub
6363
Actions
6464

0 commit comments

Comments
 (0)