publish.yml: fix tag pattern

we don't use the leading 'v' for fonttools tags
This commit is contained in:
Cosimo Lupo 2020-12-04 19:32:05 +00:00
parent dcb8b2c907
commit 4af216dde4
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -7,7 +7,7 @@ on:
push: push:
# Sequence of patterns matched against refs/tags # Sequence of patterns matched against refs/tags
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: jobs:
deploy: deploy: