We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23410ea + 7ff8c9e commit 2be5ac8Copy full SHA for 2be5ac8
.github/workflows/release-package.yml
@@ -26,19 +26,7 @@ jobs:
26
# Add commands to build and test your package
27
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro'
28
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
41
- name: CocoaPods trunk push
42
- run: pod trunk push
+ run: pod trunk push --allow-warnings
43
env:
44
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
0 commit comments