Skip to content

Commit fa74e4d

Browse files
committed
ci: fixed goreleaser config
1 parent b96bf69 commit fa74e4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.goreleaser.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12

23
builds:
34
- binary: ghs
@@ -63,12 +64,12 @@ nix:
6364
email: git@felixwie.com
6465
homepage: https://github.com/flexwie/ghs
6566
description: a npx-like script execution for gists
66-
license: MIT
67+
license: mit
6768
dependencies:
6869
- gh
6970
repository:
7071
owner: flexwie
7172
name: nur-packages
72-
73+
7374
checksum:
74-
name_template: 'checksums.txt'
75+
name_template: "checksums.txt"

0 commit comments

Comments
 (0)