We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bump-homebrew-formula
1 parent 43318fd commit 4757540Copy full SHA for 4757540
1 file changed
.github/workflows/releases.yml
@@ -32,6 +32,7 @@ jobs:
32
if: "!contains(github.ref, '-')" # skip prereleases
33
with:
34
formula-name: gh
35
+ download-url: https://github.com/cli/cli.git
36
env:
37
COMMITTER_TOKEN: ${{ secrets.UPLOAD_GITHUB_TOKEN }}
38
- name: Checkout documentation site
0 commit comments