-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove automatic release to CocoaPods
- Loading branch information
1 parent
8795bcf
commit aa7cdea
Showing
3 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file was deleted.
Oops, something went wrong.