Skip to content

Commit

Permalink
Remove make ui-dist from goreleaser config (#2053)
Browse files Browse the repository at this point in the history
* remove make ui-dist from goreleaser config

* rename snapshot.name_template to snapshot.version_template
  • Loading branch information
lovromazgon authored Jan 6, 2025
1 parent 10b7ae2 commit 717c033
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: 2
before:
hooks:
- make ui-dist
builds:
- main: ./cmd/conduit/main.go
id: conduit
Expand Down Expand Up @@ -35,7 +32,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"
changelog:
sort: asc
use: github
Expand Down

0 comments on commit 717c033

Please sign in to comment.