-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from lets-cli/fix-goreleaser-config
fix goreleaser config
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|