Skip to content

Commit

Permalink
Bump cli/gh-extension-precompile from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [cli/gh-extension-precompile](https://github.com/cli/gh-extension-precompile) from 1 to 2.
- [Release notes](https://github.com/cli/gh-extension-precompile/releases)
- [Commits](cli/gh-extension-precompile@v1...v2)

---
updated-dependencies:
- dependency-name: cli/gh-extension-precompile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rm3l committed Sep 14, 2024
1 parent 81d52ec commit 1997c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
golangVersion=$(grep '^golang ' .tool-versions | awk '{print $2}')
echo "::set-output name=golangVersion::${golangVersion}"
- uses: cli/gh-extension-precompile@v1
- uses: cli/gh-extension-precompile@v2
with:
go_version: ${{ steps.golang_version.outputs.golangVersion }}

0 comments on commit 1997c27

Please sign in to comment.