Skip to content

Commit

Permalink
ci(github actions): fix tag pattern (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkamenoko authored Sep 24, 2024
1 parent e53c4ea commit c210b26
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 @@ -3,7 +3,7 @@ name: Publish tagged package
on:
push:
tags:
- "@casablanca-css/*@v[0-9]+.*"
- "@casablanca-css/[a-z]+@v[0-9]+.[0-9]+.[0-9]+"

jobs:
package-name:
Expand Down

0 comments on commit c210b26

Please sign in to comment.