Skip to content

Commit 0eb0349

Browse files
authored
Fix tagging in publishing workflow (again) (#353)
1 parent 1ee8568 commit 0eb0349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_internal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111
types: [opened, synchronize, reopened, labeled, unlabeled]
1212
push:
13-
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
13+
tags: [ '[A-z0-9]+-v[0-9]+.[0-9]+.[0-9]+*' ]
1414

1515
jobs:
1616
publish:

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: [ '[_0-9A-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)