From cb1ee5a0c274132e5a44246d57c652f6c38c393a Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Thu, 9 Jun 2022 12:24:06 +0200 Subject: [PATCH] ci: rename ci-complete to ci-success --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 25e61004..b846009c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -53,7 +53,7 @@ jobs: maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }} signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} - ci-complete: + ci-success: runs-on: ubuntu-latest needs: - release