From 14ea7cd38b043284b84e7bd0c9083f1f0d7fad55 Mon Sep 17 00:00:00 2001 From: rjonczy Date: Fri, 29 Mar 2024 15:29:45 +0100 Subject: [PATCH] one more test --- .github/workflows/goreleaser-latest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser-latest.yml b/.github/workflows/goreleaser-latest.yml index 11ec142e..ce8894d3 100644 --- a/.github/workflows/goreleaser-latest.yml +++ b/.github/workflows/goreleaser-latest.yml @@ -38,9 +38,7 @@ jobs: find . -name "*amd64.tar.gz" -exec tar xzfv {} \; find . -name "centaurid" ./centaurid version - ./dist/linux_linux_amd64_v1/centaurid version - ./cmd/centaurid version - + # - name: Login to GHCR container register # uses: docker/login-action@v3 # with: