Skip to content

Commit

Permalink
publish.yml: fix tag pattern
Browse files Browse the repository at this point in the history
we don't use the leading 'v' for fonttools tags
  • Loading branch information
anthrotype committed Dec 4, 2020
1 parent dcb8b2c commit 4af216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4af216d

Please sign in to comment.