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 fa11093 commit 621fc6dCopy full SHA for 621fc6d
.github/workflows/swift.yml
@@ -71,6 +71,7 @@ jobs:
71
run: |
72
# installs hub to ~/bin
73
$HOME/travisci-tools/release_github/install_hub.sh
74
+ echo "$HOME/bin:$HOME/travisci-tools/release_github" >> $GITHUB_PATH
75
- id: prepare_for_release
76
name: Prepare for release
77
env:
@@ -109,6 +110,7 @@ jobs:
109
110
111
112
113
114
- name: Push to cocoapods.org
115
116
HOME: 'home/runner'
0 commit comments