Skip to content

Commit 1a8d3c2

Browse files
authored
Update release.yml
1 parent f082fc4 commit 1a8d3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
3131
- name: Updating and upgrading brew
3232
run: |
33-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
33+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3434
brew --version
3535
- name: Install gon
3636
run: |

0 commit comments

Comments
 (0)