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

Commit e7c2f8b

Browse files
committed
CircleCI: Publish pod when the repo is tagged
1 parent d0accc1 commit e7c2f8b

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].24
5+
ios: wordpress-mobile/[email protected].35
66

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

0 commit comments

Comments
 (0)