From 4af216dde497ae47557433d836107be059bb2922 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 4 Dec 2020 19:32:05 +0000 Subject: [PATCH] publish.yml: fix tag pattern we don't use the leading 'v' for fonttools tags --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d43c8408e..ec6abe201 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: