From d324bfa09bbb65fae037b40cf14c44ef714691e6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 18 Apr 2024 14:12:23 +0100 Subject: [PATCH] build(ci): fix typo in workflow --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34dc149..87d1d19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: # Skip announce and publish, release please will already have handled # that. We just want to build the binaries for use in the docker build # step. - args: release release --clean --skip=announce,publish + args: release --clean --skip=announce,publish env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}