Skip to content

Commit fd3a722

Browse files
hub binary install for release
1 parent f33e18a commit fd3a722

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/swift.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ jobs:
9595
- uses: maxim-lobanov/setup-xcode@v1
9696
with:
9797
xcode-version: 14.1.0
98+
- uses: actions/checkout@v2
99+
with:
100+
# You should create a personal access token and store it in your repository
101+
token: ${{ secrets.CI_USER_TOKEN }}
102+
repository: 'optimizely/travisci-tools'
103+
path: 'home/runner/travisci-tools'
104+
ref: 'master'
105+
- name: Install hub
106+
shell: bash
107+
env:
108+
HOME: 'home/runner'
109+
run: |
110+
# installs hub to ~/bin
111+
$HOME/travisci-tools/release_github/install_hub.sh
98112
- name: Push to cocoapods.org
99113
env:
100114
HOME: 'home/runner'

0 commit comments

Comments
 (0)