Skip to content

Commit

Permalink
actions: fix release tag matching
Browse files Browse the repository at this point in the history
It's a glob, not a regex.
  • Loading branch information
rohanpm committed Feb 7, 2020
1 parent df5bc88 commit 14f5f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -3,7 +3,7 @@ name: Release to PyPI
on:
push:
tags:
- v.*
- v*

jobs:
build:
Expand Down

0 comments on commit 14f5f7f

Please sign in to comment.