Upgrade TagLib 2.0.2, GoReleaser 2.2.0 (#3217)

* Upgrade ci-goreleaser

* Fix tests

* Fix taglib lib path in macOS
This commit is contained in:
Deluan Quintão
2024-08-28 19:13:08 -04:00
committed by GitHub
parent 6709ab3c5e
commit bc06a59919
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ GIT_SHA=source_archive
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
endif
CI_RELEASER_VERSION=1.22.3-1 ## https://github.com/navidrome/ci-goreleaser
CI_RELEASER_VERSION=1.23.0-1 ## https://github.com/navidrome/ci-goreleaser
UI_SRC_FILES := $(shell find ui -type f -not -path "ui/build/*" -not -path "ui/node_modules/*")