Skip to content

Commit

Permalink
Merge pull request #43 from 1Password/andi/release-v1.1.4
Browse files Browse the repository at this point in the history
Release candidate v1.1.4
  • Loading branch information
AndyTitu authored Sep 5, 2024
2 parents 5655a3f + 6884818 commit d421925
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
archives:
- id: archive
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
Expand All @@ -21,9 +22,9 @@ builds:
- -X github.com/1Password/pulumi-onepassword/provider/pkg/version.Version={{ .Tag }}
main: ./cmd/pulumi-resource-onepassword/
changelog:
skip: true
disable: true
release:
disable: false
prerelease: auto
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"
version_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit d421925

Please sign in to comment.