Skip to content

Commit

Permalink
Merge pull request #108 from DeployGate/fix/release-workflow-tag-filter
Browse files Browse the repository at this point in the history
fix: use square bracket and '+' token
  • Loading branch information
satsukies authored Feb 3, 2025
2 parents 5b8a633 + 54325eb commit 8e5297b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches-ignore:
- '**'
tags:
- (0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)
- (0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)-(alpha|rc)[1-9]\d*
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-{alpha,rc}[0-9]+'

jobs:
production-release:
Expand Down

0 comments on commit 8e5297b

Please sign in to comment.