Skip to content

Commit

Permalink
allow alpha tags [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 27, 2024
1 parent 81785e0 commit 4d9150c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ permissions:
on:
push:
tags:
- "v[12].[0-9]+.[0-9]+(-alpha.[0-9]+)*"
- 'v[12].[0-9]+.[0-9]+'
- 'v[12].[0-9]+.[0-9]+-alpha.[0-9]+'

jobs:
crates-io:
Expand Down

0 comments on commit 4d9150c

Please sign in to comment.