We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391a80c commit 1ee8568Copy full SHA for 1ee8568
pkgs/firehose/README.md
@@ -58,7 +58,7 @@ the tag pattern must be prefixed with the package name, e.g. `foo-v1.2.3`.
58
- copy the yaml below into a `.github/workflows/publish.yaml` file in your repo
59
- update the target branch below if necessary (currently, `main`)
60
- if publishing from a mono-repo, adjust the 'tags' line below to
61
- `tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]`
+ `tags: [ '[_0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]`
62
- from the pub.dev admin page of your package, enable publishing from GitHub
63
Actions
64
0 commit comments