Skip to content

Commit

Permalink
Merge pull request #264 from GoogleCloudPlatform/issue263
Browse files Browse the repository at this point in the history
bug: updates goreleaser to 2.0 #263
  • Loading branch information
ssvaidyanathan authored Jun 11, 2024
2 parents fc11a54 + 02f2ab0 commit c92f9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gorelease-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: sigstore/cosign-installer@main

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# .goreleaser.yml
project_name: integrationcli

version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -64,7 +66,6 @@ archives:
{{- else if eq .Arch "darwin" }}Darwin
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
rlcp: true
files:
- LICENSE.txt
builds:
Expand Down

0 comments on commit c92f9be

Please sign in to comment.