diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index b430ae9..5b606dd 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -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/github-push-action@v0.6.0 - 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 }} \ No newline at end of file