Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 2f156a5

Browse files
authored
Merge pull request #336 from wordpress-mobile/circleci-publish
CircleCI: Publish pod when the repo is tagged
2 parents 57b28d7 + 3b0a1a9 commit 2f156a5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
5-
ios: wordpress-mobile/[email protected].34
5+
ios: wordpress-mobile/[email protected].35
66

77
workflows:
88
test_and_validate:
@@ -19,3 +19,13 @@ workflows:
1919
name: Validate Podspec
2020
xcode-version: "11.0"
2121
podspec-path: WPMediaPicker.podspec
22+
- ios/publish-podspec:
23+
name: Publish to Trunk
24+
xcode-version: "11.0"
25+
podspec-path: WPMediaPicker.podspec
26+
post-to-slack: true
27+
filters:
28+
tags:
29+
only: /.*/
30+
branches:
31+
ignore: /.*/

0 commit comments

Comments
 (0)