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:
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