Skip to content

Commit

Permalink
Wait for CocoaPods publish before running installation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Feb 13, 2024
1 parent 55466ae commit da45778
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
gem install octokit
gem install pathname
gem install fileutils
gem install fileutils
- name: Export GITHUB_TOKEN to workspace
run: echo "GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
- name: Publish docs
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
gem install octokit
gem install pathname
gem install fileutils
gem install fileutils
- name: Export GITHUB_TOKEN to workspace
run: echo "GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
- name: Create Github release
Expand All @@ -84,7 +84,7 @@ jobs:
with:
ruby-version: '3.1.2'
bundler-cache: true
- name: Publish
- name: Publish
run: ./build.sh publish-cocoapods v${{ needs.prepare.outputs.VERSION }}
update-checker:
runs-on: macos-latest
Expand All @@ -106,7 +106,7 @@ jobs:
test-installation:
runs-on: macos-13
name: Run installation test for ${{ matrix.platform }}, ${{ matrix.installation }} and ${{ matrix.linkage }}
needs: [create-release, prepare]
needs: [create-release, prepare, publish-cocoapods]
strategy:
matrix:
platform: [ios, osx, watchos, tvos, catalyst, visionos]
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
run: |
gem install octokit
gem install pathname
gem install fileutils
gem install fileutils
- name: Prepare Changelog
run: ./build.sh prepare-publish-changelog
- name: 'Post to #realm-releases'
Expand Down

0 comments on commit da45778

Please sign in to comment.