From 2ca67bb61a086af8931f4a2bf50b254ad0e0b766 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Thu, 26 May 2022 20:20:28 +0530 Subject: [PATCH] Consistent job naming --- .github/workflows/prod-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 127a2f5..c490356 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -5,11 +5,11 @@ on: types: [published] jobs: - create-release: + create-release-tar: name: 'Create release tar' runs-on: ubuntu-latest steps: - - name: Check out the repo + - name: Checkout repository uses: actions/checkout@v3.0.2 - name: Build run: | @@ -55,7 +55,7 @@ jobs: NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}" NETLIFY_DEPLOY_TO_PROD: true - push_to_dockerhub: + push-to-dockerhub: name: Push Docker image to Docker Hub runs-on: ubuntu-latest permissions: