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

Commit c65cc50

Browse files
authored
Merge pull request #143 from wordpress-mobile/orb-publish
CircleCI: Use updated Orb to publish to trunk & post to Slack
2 parents 54a066f + 972e972 commit c65cc50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

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

77
workflows:
88
test_and_validate:
@@ -23,6 +23,7 @@ workflows:
2323
name: Publish to Trunk
2424
xcode-version: "11.0"
2525
podspec-path: WordPressAuthenticator.podspec
26+
post-to-slack: true
2627
filters:
2728
tags:
2829
only: /.*/

0 commit comments

Comments
 (0)