From 2d5442bf03248bc2f16c557f39cdd4a4c6cf9dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20St=C3=B6lzle?= Date: Thu, 19 Dec 2024 11:30:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- cmd/cmd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81434d8..bc86ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,5 +23,5 @@ jobs: - uses: cli/gh-extension-precompile@v2.0.0 with: - go_version: 1.22.x + go_version_file: go.mod gpg_fingerprint: ${{ steps.gpg.outputs.fingerprint }} diff --git a/cmd/cmd.go b/cmd/cmd.go index e2e68d5..e0c7a1e 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -66,7 +66,7 @@ var ( Use: "report", Short: "gh cli extension to generate reports", Long: "gh cli extension to generate enterprise/organization/user/repository reports", - Version: "2.5.0-rc.2", + Version: "2.5.0", PersistentPreRunE: run, DisableAutoGenTag: true, }