Skip to content

Commit

Permalink
Fix workflows, accommodating the change made in pulumi/ci-mgmt#508 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe authored Aug 8, 2023
1 parent b2bebb9 commit b70d734
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ builds:
- darwin
- windows
- linux
hooks:
post:
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -cache
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -modcache
hooks:
post:
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -cache
Expand Down
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ builds:
- darwin
- windows
- linux
hooks:
post:
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -cache
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -modcache
hooks:
post:
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -cache
Expand Down

0 comments on commit b70d734

Please sign in to comment.