From e96e2f697c1b99cb1f23e898a8bbb77565abcaf6 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 23:33:34 +0300 Subject: [PATCH] Update workflow names --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ad4d84..e52631a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: matrix: os: [ubuntu-20.04, windows-2019] runs-on: ${{ matrix.os }} + name: Create binary on ${{ matrix.os }} steps: - name: Clone client uses: actions/checkout@v3 @@ -94,6 +95,7 @@ jobs: retention-days: 1 release: + name: Create New Release runs-on: ubuntu-latest needs: build permissions: write-all @@ -115,6 +117,7 @@ jobs: bodyFile: .github/changelog.md makeLatest: ${{ inputs.is_latest }} docker: + name: Build and push Docker image runs-on: ubuntu-latest needs: build permissions: write-all