From bb9f0765226cb3ed87366f2f45ac41e01f5bf165 Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Sun, 11 May 2025 22:52:08 -0600 Subject: [PATCH] fix: Fixes publish name to specify binaries, not docker --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 117d54e..2d147c5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,10 +1,10 @@ -name: Build and publish a Docker image to GitHub Releases +name: Build and publish binaries to GitHub Releases on: push: tags: - v* jobs: - build-and-publish: + publish: strategy: matrix: platform: [ubuntu-latest, macos-latest]