Skip to content

Commit

Permalink
chore: fix ci tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Oct 11, 2024
1 parent 1613151 commit 8e56e7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: publish
on:
push:
tags: ["v*.*.*"]
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
- "[0-9]+.[0-9]+.[0-9]-canary[0-9]+"

jobs:
publish:
Expand Down

0 comments on commit 8e56e7d

Please sign in to comment.