publish.yml: fix tag pattern
we don't use the leading 'v' for fonttools tags
This commit is contained in:
parent
dcb8b2c907
commit
4af216dde4
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
- '*.*.*' # e.g. 1.0.0 or 20.15.10
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user