From ef5674a9d10a2184462d0afc762b62bb21602fd3 Mon Sep 17 00:00:00 2001 From: Eric Egli <43848365+eegli@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:08:26 +0200 Subject: [PATCH] chore: fix release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02d0278..6d991f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: types: [created] jobs: - release-binaries: + release: name: release ${{ matrix.target }} runs-on: ubuntu-latest strategy: