Skip to content

Commit 2be5ac8

Browse files
authored
Merge pull request #32 from contentstack/fix/CS-44272-same-header-import-issue
Fix/cs 44272 same header import issue
2 parents 23410ea + 7ff8c9e commit 2be5ac8

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,7 @@ jobs:
2626
# Add commands to build and test your package
2727
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro'
2828
29-
- name: Tag release
30-
id: tag
31-
run: |
32-
git tag v3.12.2 # Replace with your desired version number
33-
echo "::set-output name=tag::v3.12.2" # Replace with the same version number as above
34-
35-
- name: Push tag
36-
uses: ad-m/[email protected]
37-
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
tag: ${{ steps.tag.outputs.tag }}
40-
4129
- name: CocoaPods trunk push
42-
run: pod trunk push
30+
run: pod trunk push --allow-warnings
4331
env:
4432
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)