Skip to content

Commit

Permalink
Don't use latest version of goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <[email protected]>
  • Loading branch information
jkremser committed Mar 21, 2022
1 parent 8937f86 commit 3439efc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.7.0
args: release --rm-dist --release-notes=changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/terratest-more-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build artifacts
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.7.0
args: release --rm-dist --skip-publish --skip-validate --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build artifacts
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.7.0
args: release --rm-dist --skip-publish --skip-validate --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build artifacts
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.7.0
args: release --rm-dist --skip-publish --skip-validate --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ ensure-cluster-size:

.PHONY: goreleaser
goreleaser:
go install github.com/goreleaser/goreleaser@v0.184.0
go install github.com/goreleaser/goreleaser@v1.7.0

.PHONY: release-images
release-images: goreleaser
Expand Down

0 comments on commit 3439efc

Please sign in to comment.