Skip to content

Commit

Permalink
Remove CocoaPods publication (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman authored Jan 21, 2025
1 parent f1001cf commit f643e5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,3 @@ jobs:
- name: Validate tag is valid
run: |
echo "${{ github.ref_name }}" | grep -P '^[0-9]+\.[0-9]+\.[0-9]+'
- name: Validate tag matches podspec version
run: |
cat SpruceIDMobileSdk.podspec | grep -P "${{ github.ref_name }}"
main:
runs-on: macos-latest
needs: validation
steps:
- uses: actions/checkout@v4
- name: Publish to CocoaPod register
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push SpruceIDMobileSdk.podspec --synchronous
26 changes: 0 additions & 26 deletions SpruceIDMobileSdk.podspec

This file was deleted.

0 comments on commit f643e5f

Please sign in to comment.