Skip to content

Commit

Permalink
Fix tags regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 11, 2024
1 parent 00d89bc commit e6b4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]

jobs:
publish:
Expand Down

0 comments on commit e6b4d3a

Please sign in to comment.