build(ci): bump goreleaser to 2.3.2

This commit is contained in:
Deluan 2024-10-06 13:20:31 -04:00
parent 0281d06b01
commit d9fa19dab3
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ GIT_SHA=source_archive
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
endif
CI_RELEASER_VERSION ?= 1.23.0-1 ## https://github.com/navidrome/ci-goreleaser
CI_RELEASER_VERSION ?= 1.23.2-1 ## https://github.com/navidrome/ci-goreleaser
UI_SRC_FILES := $(shell find ui -type f -not -path "ui/build/*" -not -path "ui/node_modules/*")