Skip to content

Commit

Permalink
Update tag regex in publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Jan 27, 2025
1 parent 23a2b12 commit 42de4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: ["[A-z]+-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 42de4dd

Please sign in to comment.