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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Sep 14, 2024
1 parent 50470d1 commit d9b6772
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 "golangVersion=${golangVersion}" >> $GITHUB_OUTPUT
- uses: cli/gh-extension-precompile@v1
- uses: cli/gh-extension-precompile@v2
with:
go_version: ${{ steps.golang_version.outputs.golangVersion }}

0 comments on commit d9b6772

Please sign in to comment.