Skip to content

Commit

Permalink
fix goreleaser script (#861)
Browse files Browse the repository at this point in the history
* fix goreleaser script

* udpate package name
  • Loading branch information
etsai-stripe authored Apr 29, 2022
1 parent ee11a70 commit 7010d31
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,23 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"
nfpms:
- builds:
- stripe-linux
- id: deb
package_name: stripe
vendor: Stripe
homepage: https://stripe.com
maintainer: Stripe <support@stripe.com>
description: Stripe CLI utility
license: Apache 2.0
formats:
- deb
- id: rpm
package_name: stripe
vendor: Stripe
homepage: https://stripe.com
maintainer: Stripe <support@stripe.com>
description: Stripe CLI utility
license: Apache 2.0
formats:
- rpm
dockers:
- goos: linux
Expand Down

0 comments on commit 7010d31

Please sign in to comment.