-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from contentstack/fix/CS-44272-same-header-imp…
…ort-issue Fix/cs 44272 same header import issue
- Loading branch information
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,19 +26,7 @@ jobs: | |
# Add commands to build and test your package | ||
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro' | ||
- name: Tag release | ||
id: tag | ||
run: | | ||
git tag v3.12.2 # Replace with your desired version number | ||
echo "::set-output name=tag::v3.12.2" # Replace with the same version number as above | ||
- name: Push tag | ||
uses: ad-m/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
tag: ${{ steps.tag.outputs.tag }} | ||
|
||
- name: CocoaPods trunk push | ||
run: pod trunk push | ||
run: pod trunk push --allow-warnings | ||
env: | ||
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} |