Skip to content

Commit

Permalink
Merge pull request #164 from lets-cli/fix-goreleaser-config
Browse files Browse the repository at this point in the history
fix goreleaser config
  • Loading branch information
kindermax authored Feb 10, 2022
2 parents 24712bb + cfb87ab commit 2894fa5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ brews:
folder: Formula

aurs:
name: lets-bin
homepage: "https://lets-cli.org/"
description: "CLI task runner for productive developers - a better alternative to make"
license: "MIT"
maintainers:
- 'Kindritskiy Maksym <[email protected]>'
private_key: '{{ .Env.AUR_GITHUB_TOKEN }}'
git_url: 'ssh://[email protected]/lets-bin.git'
package: |-
install -Dm755 "./lets-bin" "${pkgdir}/usr/local/bin/lets-bin"
commit_author:
name: 'Github Action Bot'
email: [email protected]
- name: lets-bin
homepage: "https://lets-cli.org/"
description: "CLI task runner for productive developers - a better alternative to make"
license: "MIT"
maintainers:
- 'Kindritskiy Maksym <[email protected]>'
private_key: '{{ .Env.AUR_GITHUB_TOKEN }}'
git_url: 'ssh://[email protected]/lets-bin.git'
package: |-
install -Dm755 "./lets-bin" "${pkgdir}/usr/local/bin/lets-bin"
commit_author:
name: 'Github Action Bot'
email: [email protected]

checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
Expand Down

0 comments on commit 2894fa5

Please sign in to comment.