Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions gh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gh
version: 2.52.0
epoch: 2
version: 2.53.0
epoch: 0
description: GitHub's official command line tool
copyright:
- license: MIT
Expand All @@ -18,14 +18,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 467550a14aa6e26f6872d684279e6604ed6ca7e7
expected-commit: d3d73d9390bd5403ad8cc4240a9e5cc94bb33ef8
repository: https://github.com/cli/cli
tag: v${{package.version}}

- uses: go/bump
with:
deps: github.com/hashicorp/go-retryablehttp@v0.7.7

- runs: make install prefix=${{targets.destdir}}/usr

- uses: strip
Expand Down