From 0f808075ce358abcb2e508b44c6b9a655c1eb474 Mon Sep 17 00:00:00 2001 From: rj Date: Thu, 3 Aug 2023 15:29:56 -0700 Subject: [PATCH] nit(ci): change release workflow name --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ade35cd..33a284d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,10 @@ jobs: path: publish/${{ matrix.platform }}/* release: - needs: build + name: Release runs-on: ubuntu-latest + + needs: build if: startsWith(github.ref, 'refs/tag/v') steps: @@ -48,4 +50,4 @@ jobs: draft: true files: | toolbox-${{ github.ref_name }}-win-x64.zip - toolbox-${{ github.ref_name }}-linux-x64.zip \ No newline at end of file + toolbox-${{ github.ref_name }}-linux-x64.zip