Skip to content

Commit 717c033

Browse files
authored
Remove make ui-dist from goreleaser config (#2053)
* remove make ui-dist from goreleaser config * rename snapshot.name_template to snapshot.version_template
1 parent 10b7ae2 commit 717c033

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
version: 2
2-
before:
3-
hooks:
4-
- make ui-dist
52
builds:
63
- main: ./cmd/conduit/main.go
74
id: conduit
@@ -35,7 +32,7 @@ archives:
3532
checksum:
3633
name_template: 'checksums.txt'
3734
snapshot:
38-
name_template: "{{ incpatch .Version }}-snapshot"
35+
version_template: "{{ incpatch .Version }}-snapshot"
3936
changelog:
4037
sort: asc
4138
use: github

0 commit comments

Comments
 (0)