Skip to content

Commit

Permalink
fix(workflow): Automatic release regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjdai1 committed Apr 20, 2024
1 parent 8be03ec commit 9c9eb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
push:
tags:
- "v[0-9]+(\.[0-9]+)*([-\.]\S+)?"
- 'v[0-9]+.[0-9]+.[0-9]+'

workflow_dispatch:

Expand Down

0 comments on commit 9c9eb83

Please sign in to comment.