Skip to content

Commit

Permalink
Fix(ci): add tools action
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jan 16, 2025
1 parent 5f0b848 commit 67e8846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
- id: extract-package
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: |
cp dist/build_linux_amd64_v1/build ./bin/build
cp dist/detect_linux_amd64_v1/detect ./bin/detect
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
- id: extract-version
shell: bash
Expand Down

0 comments on commit 67e8846

Please sign in to comment.