X Tutup
Skip to content

Commit 4195663

Browse files
committed
Fix bumping the Homebrew formula
The gh formula in homebrew-core went back and forth between git-style and tarball-style. Now that it's back to tarball, update the action to reflect that.
1 parent 4bf2e51 commit 4195663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/releases.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ jobs:
157157
if: "!contains(github.ref, '-')" # skip prereleases
158158
with:
159159
formula-name: gh
160-
download-url: https://github.com/cli/cli.git
161160
env:
162161
COMMITTER_TOKEN: ${{ secrets.UPLOAD_GITHUB_TOKEN }}
163162
- name: Checkout scoop bucket

0 commit comments

Comments
 (0)
X Tutup