Skip to content

Commit b1560db

Browse files
committed
updating publisher
1 parent 3a934d5 commit b1560db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Artifacts
55
on:
66
push:
77
tags:
8-
- 'v*'
8+
- '\d+\.\d+\.\d+' # Tags like 1.0.0, 1.0.0, etc.
99

1010
permissions:
1111
id-token: write

0 commit comments

Comments
 (0)