Skip to content

Commit

Permalink
Tweak release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 12, 2021
1 parent 1bc2972 commit 92c4d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- v*
- v[0-9]+.[0-9]+.*

defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Release
on:
push:
tags:
- v*
- v[0-9]+.*

jobs:
create-release:
Expand All @@ -44,7 +44,7 @@ name: Release
on:
push:
tags:
- v*
- v[0-9]+.*

jobs:
create-release:
Expand Down Expand Up @@ -72,7 +72,7 @@ name: Release
on:
push:
tags:
- v*
- v[0-9]+.*

jobs:
create-release:
Expand Down

0 comments on commit 92c4d3d

Please sign in to comment.