From 60b73b6dd977fac0b615a0bf53f68423600e8511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 24 Aug 2024 15:14:27 +0200 Subject: [PATCH] fix(ci): building release image fails (#21) --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b684f77..2c87858 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,5 @@ jobs: with: go-version-file: go.mod - - uses: ko-build/setup-ko@v0.7 - - run: ko build --bare --tags ${{ github.ref_name }} + - run: ko build --bare --tags ${{ github.ref_name }} github.com/apricote/releaser-pleaser/cmd/rp