Skip to content

Commit

Permalink
Fix release processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 16, 2022
1 parent 231f50d commit 8e6a2d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ jobs:
publish-docs:
needs: check-release
if: ${{ needs.check-release.outputs.should-publish == 'true' }}
runs-on: macos-11
runs-on: ubuntu-latest
steps:
- uses: maxim-lobanov/[email protected]
if: runner.os == 'macOS'
with:
xcode-version: ^13.0
- name: Install Swift
if: runner.os == 'Linux'
uses: sersoft-gmbh/[email protected]
with:
release-version: 5.6
github-token: ${{secrets.GITHUB_TOKEN}}
- name: Read OS Version
uses: sersoft-gmbh/[email protected]
id: os-version
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
with:
xcode-version: ^13.0
- uses: actions/[email protected]
# remove these two steps once Xcode 13.3 (Swift 5.6) is available on GHA
- name: Read Swift Version
uses: sersoft-gmbh/[email protected]
id: swift-version
Expand Down

0 comments on commit 8e6a2d9

Please sign in to comment.