Skip to content

Commit

Permalink
update goreleaser config file and lock to version 2
Browse files Browse the repository at this point in the history
Signed-off-by: ocobleseqx <[email protected]>
  • Loading branch information
ocobleseqx committed Jun 25, 2024
1 parent 0ddd841 commit 78668c5
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -78,7 +78,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
args: -p 3 release --clean --timeout 150m0s
version: latest
version: '~> v2'
strategy:
fail-fast: true
publish_sdk:
Expand Down
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2

archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand Down Expand Up @@ -28,7 +32,7 @@ builds:
- -X github.com/equinix/terraform-provider-equinix/version.ProviderVersion|={{.Tag}}
main: ./cmd/pulumi-resource-equinix/
changelog:
skip: true
disable: true
release:
disable: false
prerelease: auto
Expand Down

0 comments on commit 78668c5

Please sign in to comment.