Skip to content

Commit

Permalink
Merge pull request #478 from apigee/issue477
Browse files Browse the repository at this point in the history
chore: updates goreleaser to 2.0 #477
  • Loading branch information
ssvaidyanathan authored Jun 11, 2024
2 parents 15a8de0 + 5da72b9 commit e201c25
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 @@ -15,6 +15,8 @@
# .goreleaser.yml
project_name: apigeecli

version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -59,7 +61,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 e201c25

Please sign in to comment.