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

Commit 8840fae

Browse files
authored
Merge pull request #132 from wordpress-mobile/circleci-cocoapods-trunk
CircleCI: Add job for publishing podspec to trunk
2 parents b84b585 + fcb1ef9 commit 8840fae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ workflows:
1919
xcode-version: "11.0"
2020
podspec-path: WordPressAuthenticator.podspec
2121
update-specs-repo: true
22+
- ios/publish-podspec:
23+
name: Publish to Trunk
24+
xcode-version: "11.0"
25+
podspec-path: WordPressAuthenticator.podspec
26+
filters:
27+
tags:
28+
only: /.*/
29+
branches:
30+
ignore: /.*/

0 commit comments

Comments
 (0)