From 09c391b120313f1b45222c9498c8b88d306bf779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Trainotti?= Date: Sun, 11 Sep 2022 23:35:55 -0300 Subject: [PATCH] fix: names jobs to cd --- .github/workflows/cd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index ae1c5eb..5589ee5 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -10,9 +10,9 @@ name: cd jobs: ci: uses: ./.github/workflows/ci.yaml - cd: + release: needs: ['ci'] - name: Continuos Delivery + name: Release runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: @@ -54,7 +54,7 @@ jobs: deploy: needs: ['ci'] environment: AWS - name: Continuos Deploy + name: Continuos Deployment runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: