Skip to content

Commit

Permalink
Merge pull request #1969 from okta/fix-gorelease-for-terraform-registry
Browse files Browse the repository at this point in the history
update goreleaser
  • Loading branch information
duytiennguyen-okta committed Apr 15, 2024
2 parents aab3198 + c18acdb commit c894ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
signs:
- artifacts: checksum
Expand Down

0 comments on commit c894ab5

Please sign in to comment.