Skip to content

Commit

Permalink
Merge branch 'ci_pod_trunk'
Browse files Browse the repository at this point in the history
  • Loading branch information
IhmeHippi committed Jun 5, 2020
2 parents 9bd649d + 406480f commit 49d8c9c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pod_push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install CocoaPods
run: gem install cocoapods
- name: Setup Podspec Repo
run: pod repo add SPECS https://$PODSPECS_REPO_USER:[email protected]/SwedbankPay/swedbank-pay-sdk-ios-podspecs.git
env:
PODSPECS_REPO_USER: ${{ secrets.PODSPECS_REPO_USER }}
PODSPECS_REPO_TOKEN: ${{ secrets.PODSPECS_REPO_TOKEN }}
- name: Lint
run: pod lib lint
- name: Push
run: pod repo push SPECS SwedbankPaySDK.podspec
run: pod trunk push SwedbankPaySDK.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}

0 comments on commit 49d8c9c

Please sign in to comment.