Skip to content

Commit 187ef67

Browse files
bors[bot]curquiza
andauthored
Merge #127
127: Fix cocoapods CI r=bidoubiwa a=curquiza Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2 parents b480a67 + e556038 commit 187ef67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cocoapods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to CocoaPods
33
on:
44
push:
55
tags:
6-
- v*
6+
- '[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)