Skip to content

Commit

Permalink
Remove automatic release to CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 26, 2024
1 parent 8795bcf commit aa7cdea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-apple-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v3
- name: Check that SPM has correspond xcframeworks hash
run: ./scripts/check_spm_xcframeworks.sh
- name: Check SPM
run: swift test
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/release-cocoapods-instructions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Cocoapods Release Instructions
on:
push:
tags:
- v*.*.*
- v*.*.*-rc.*
jobs:
cocoapods-release-instructions:
runs-on: ubuntu-latest
# runs-on: macos-13
# env:
# DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v3
- name: Deploy Cocoapods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
echo "PLEASE DO IT MANUALLY, automation is mostly always fails cause of the token issue."
echo "pod trunk push VSCCrypto.podspec"
echo "pod trunk push --synchronous VirgilCryptoFoundation.podspec"
echo "pod trunk push --synchronous VirgilCryptoPythia.podspec"
echo "pod trunk push --synchronous VirgilCryptoRatchet.podspec"
23 changes: 0 additions & 23 deletions .github/workflows/release-cocoapods.yml

This file was deleted.

0 comments on commit aa7cdea

Please sign in to comment.