forked from kubernetes-sigs/kubectl-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: install goreleaser with go tools
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
f5342b3
commit e9929f8
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,9 @@ jobs: | |
with: | ||
go-version-file: go.mod | ||
cache-dependency-path: go.sum | ||
- name: Install GoReleaser | ||
run: go install github.com/goreleaser/[email protected] | ||
- name: Run GoReleaser | ||
id: goreleaser | ||
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 | ||
with: | ||
distribution: goreleaser | ||
version: latest | ||
args: release --clean --timeout 90m | ||
run: goreleaser release --clean --timeout 90m | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |