Skip to content

Commit

Permalink
Fix the regex :(
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Dec 4, 2024
1 parent eb0969c commit c6ab24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
push:
tags:
- v(\d+)\.(\d+)\.(\d+)
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit c6ab24c

Please sign in to comment.