We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e535d commit 04eabbfCopy full SHA for 04eabbf
.github/workflows/swift.yml
@@ -57,6 +57,10 @@ jobs:
57
- uses: maxim-lobanov/setup-xcode@v1
58
with:
59
xcode-version: 14.1.0
60
+ - name: Install Hub by Homebrew
61
+ run: |
62
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
63
+ brew install hub
64
- id: prepare_for_release
65
name: Prepare for release
66
env:
@@ -81,6 +85,10 @@ jobs:
81
85
82
86
83
87
88
89
90
91
84
92
- name: Push to cocoapods.org
93
94
HOME: 'home/runner'
0 commit comments