Skip to content

Commit

Permalink
Merge pull request #10 from rohanpm/release-tag
Browse files Browse the repository at this point in the history
actions: fix release tag matching
  • Loading branch information
rohanpm committed Feb 7, 2020
2 parents df5bc88 + 14f5f7f commit b358812
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 b358812

Please sign in to comment.