Skip to content

Commit

Permalink
ci: fix release tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 10, 2024
1 parent aa71fc0 commit 54819ee
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 @@ -3,8 +3,8 @@ name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha\.?[0-9]*"
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-alpha\.?[0-9]*

jobs:
build:
Expand Down

0 comments on commit 54819ee

Please sign in to comment.