Skip to content

Commit

Permalink
chore: Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 20, 2023
1 parent 150db93 commit 5fb4cd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ builds:
- arm64

archives:
- id: "numary"
- id: "ledger"
builds:
- numary_darwin
- ledger
format: tar.gz
format_overrides:
- goos: windows
Expand Down Expand Up @@ -57,14 +57,14 @@ brews:
- repository:
owner: formancehq
name: homebrew-tap
name: numary
name: ledger
folder: Formula
homepage: https://formance.com
skip_upload: auto
test: |
system "#{bin}/numary version"
system "#{bin}/ledger version"
install: |
bin.install "numary"
bin.install "ledger"
nightly:
name_template: '{{ .FullCommit }}'
Expand Down

0 comments on commit 5fb4cd2

Please sign in to comment.