Skip to content

Commit 621fc6d

Browse files
author
Pulak Bhowmick
committed
test
1 parent fa11093 commit 621fc6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
run: |
7272
# installs hub to ~/bin
7373
$HOME/travisci-tools/release_github/install_hub.sh
74+
echo "$HOME/bin:$HOME/travisci-tools/release_github" >> $GITHUB_PATH
7475
- id: prepare_for_release
7576
name: Prepare for release
7677
env:
@@ -109,6 +110,7 @@ jobs:
109110
run: |
110111
# installs hub to ~/bin
111112
$HOME/travisci-tools/release_github/install_hub.sh
113+
echo "$HOME/bin:$HOME/travisci-tools/release_github" >> $GITHUB_PATH
112114
- name: Push to cocoapods.org
113115
env:
114116
HOME: 'home/runner'

0 commit comments

Comments
 (0)