Skip to content

Commit

Permalink
Merge pull request #61 from mercari/fix-release-tagging
Browse files Browse the repository at this point in the history
Remove no need `-xxx` tagging
  • Loading branch information
KeisukeYamashita committed Aug 11, 2020
2 parents c47a088 + 4b8b9ec commit 65e19f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-?[a-zA-z]*"
- "v[0-9]+.[0-9]+.[0-9]"

jobs:
test:
Expand Down

0 comments on commit 65e19f4

Please sign in to comment.