Skip to content

Commit

Permalink
Cleanup temp scripts (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeelen authored Apr 4, 2023
1 parent 5f12cab commit 6f4cf25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,4 @@ jobs:
env:
REPO_NAME: ${{ github.repository }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: bundle exec fastlane ios cocapods_release

cocoapods_add_owner:
runs-on: macos-12
environment: "Cocoapods Add Owner"
steps:
- name: Checkout Repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Install gem dependencies
run: gem install bundler && bundle install
- name: Upload to Cocoapods
env:
REPO_NAME: ${{ github.repository }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: bundle exec fastlane ios cocoapods_add_user
run: bundle exec fastlane ios cocapods_release
6 changes: 0 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,4 @@ platform :ios do
# Release via pod trunk
sh("pod trunk push #{ENV['GITHUB_WORKSPACE']}/iZettleSDK.podspec")
end

desc 'Remove version'
lane :cocoapods_add_user do
# Release via pod trunk
sh("pod trunk add-owner iZettleSDK ppeelen@paypal.com")
end
end

0 comments on commit 6f4cf25

Please sign in to comment.