From 858f9667e8a41f70a8f7b1883a469903b162f9ec Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 4 Apr 2025 17:12:47 +0200 Subject: [PATCH] Update README.md Fix suggested regex. --- pkgs/firehose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/firehose/README.md b/pkgs/firehose/README.md index 1bc366d8..57d80f1d 100644 --- a/pkgs/firehose/README.md +++ b/pkgs/firehose/README.md @@ -58,7 +58,7 @@ the tag pattern must be prefixed with the package name, e.g. `foo-v1.2.3`. - copy the yaml below into a `.github/workflows/publish.yaml` file in your repo - update the target branch below if necessary (currently, `main`) - if publishing from a mono-repo, adjust the 'tags' line below to - `tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]` + `tags: [ '[_0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]` - from the pub.dev admin page of your package, enable publishing from GitHub Actions