Skip to content

Commit

Permalink
cicd: upgrade to goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeckel committed Jul 9, 2024
1 parent 4cd56a6 commit 66538d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
args: -p 3 release --clean
version: latest
version: "~> v2"

strategy:
fail-fast: true
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -21,7 +23,7 @@ builds:
- -X github.com/pulumiverse/pulumi-fortios/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-fortios/
changelog:
skip: true
disable: true
release:
disable: false
prerelease: auto
Expand Down

0 comments on commit 66538d6

Please sign in to comment.