Skip to content

Commit

Permalink
Merge pull request #32 from contentstack/fix/CS-44272-same-header-imp…
Browse files Browse the repository at this point in the history
…ort-issue

Fix/cs 44272 same header import issue
  • Loading branch information
aravindbuilt authored Mar 22, 2024
2 parents 23410ea + 7ff8c9e commit 2be5ac8
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2be5ac8

Please sign in to comment.