Skip to content

Commit 8122e95

Browse files
committed
ci: don't publish dev
1 parent 8cc14aa commit 8122e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-version.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish version
22

33
on:
44
push:
5+
tags-ignore:
6+
- 'v*dev*'
57
tags:
68
- 'v*'
79

0 commit comments

Comments
 (0)