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.54.0
epoch: 1
version: 2.55.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: 89cbcfe7eb186ff4edbe10792d17bdc55b04f297
expected-commit: 95a2f95f75f4b143699d87294788210ffb558248
repository: https://github.com/cli/cli
tag: v${{package.version}}

- uses: go/bump
with:
deps: github.com/docker/[email protected]

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

- uses: strip
Expand Down