From cce463a75ea11931baeb430457ad267719769867 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 16 Aug 2024 11:10:23 -0400 Subject: [PATCH] fix make target names --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3a607c6..99b7206 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Run Maven - run: make mvn-verify-cd + run: make mvn-deploy-cd env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cd9e378..4334958 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -28,4 +28,4 @@ jobs: distribution: 'temurin' cache: maven - name: Run Maven - run: make mvn-deploy-ci \ No newline at end of file + run: make mvn-verify-ci \ No newline at end of file