|
7 | 7 | CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'
|
8 | 8 |
|
9 | 9 | jobs:
|
10 |
| -# cocoapods: |
11 |
| -# runs-on: macos-latest |
12 |
| -# steps: |
13 |
| -# - uses: actions/checkout@v3 |
14 |
| -# - name: Get release version |
15 |
| -# run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV |
16 |
| -# - name: Use multiple cores |
17 |
| -# run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 |
18 |
| -# - name: Update Framework Version |
19 |
| -# run: ./Scripts/update_build |
20 |
| -# env: |
21 |
| -# BUILD_VERSION: ${{ env.TAG }} |
22 |
| -# - name: Deploy CocoaPods |
23 |
| -# run: set -o pipefail && env NSUnbufferedIO=YES pod trunk push ParseSwift.podspec --allow-warnings --verbose |
24 |
| -# env: |
25 |
| -# COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} |
26 |
| -# DEVELOPER_DIR: ${{ env.CI_XCODE_13 }} |
| 10 | + cocoapods: |
| 11 | + runs-on: macos-latest |
| 12 | + steps: |
| 13 | + - uses: actions/checkout@v3 |
| 14 | + - name: Get release version |
| 15 | + run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV |
| 16 | + - name: Use multiple cores |
| 17 | + run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 |
| 18 | + - name: Update Framework Version |
| 19 | + run: ./Scripts/update_build |
| 20 | + env: |
| 21 | + BUILD_VERSION: ${{ env.TAG }} |
| 22 | + - name: Deploy CocoaPods |
| 23 | + run: set -o pipefail && env NSUnbufferedIO=YES pod trunk push ParseSwiftOG.podspec --allow-warnings --verbose |
| 24 | + env: |
| 25 | + COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} |
| 26 | + DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} |
27 | 27 |
|
28 | 28 | docs:
|
29 | 29 | runs-on: macos-latest
|
|
0 commit comments