Update workflow names

This commit is contained in:
mungai-njoroge
2023-10-13 23:33:34 +03:00
parent bd791d8ae3
commit e96e2f697c
+3
View File
@@ -29,6 +29,7 @@ jobs:
matrix: matrix:
os: [ubuntu-20.04, windows-2019] os: [ubuntu-20.04, windows-2019]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
name: Create binary on ${{ matrix.os }}
steps: steps:
- name: Clone client - name: Clone client
uses: actions/checkout@v3 uses: actions/checkout@v3
@@ -94,6 +95,7 @@ jobs:
retention-days: 1 retention-days: 1
release: release:
name: Create New Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
permissions: write-all permissions: write-all
@@ -115,6 +117,7 @@ jobs:
bodyFile: .github/changelog.md bodyFile: .github/changelog.md
makeLatest: ${{ inputs.is_latest }} makeLatest: ${{ inputs.is_latest }}
docker: docker:
name: Build and push Docker image
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
permissions: write-all permissions: write-all