diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6cbbe781..b7b226bf 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -142,7 +142,7 @@ jobs: - name: Run GoReleaser - SNAPSHOT if: startsWith(github.ref, 'refs/tags/') != true - uses: docker://deluan/ci-goreleaser:1.18.0-1 + uses: docker://deluan/ci-goreleaser:1.18.4-1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -150,7 +150,7 @@ jobs: - name: Run GoReleaser - RELEASE if: startsWith(github.ref, 'refs/tags/') - uses: docker://deluan/ci-goreleaser:1.18.0-1 + uses: docker://deluan/ci-goreleaser:1.18.4-1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/Makefile b/Makefile index 14209558..8c42e170 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GIT_SHA=source_archive GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD))) endif -CI_RELEASER_VERSION=1.18.0-1 ## https://github.com/navidrome/ci-goreleaser +CI_RELEASER_VERSION=1.18.4-1 ## https://github.com/navidrome/ci-goreleaser setup: check_env download-deps setup-git ##@1_Run_First Install dependencies and prepare development environment @echo Downloading Node dependencies...