From 726f9963a548acccb6c0f8aa5afc64278aa460d0 Mon Sep 17 00:00:00 2001 From: svenfeld <76941845+svenfeld@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:12:46 +0200 Subject: [PATCH] Update deploy_jca.yml --- .github/workflows/deploy_jca.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_jca.yml b/.github/workflows/deploy_jca.yml index 2688ab0..db02a51 100644 --- a/.github/workflows/deploy_jca.yml +++ b/.github/workflows/deploy_jca.yml @@ -7,7 +7,7 @@ on: jobs: deployment: runs-on: ubuntu-latest - environment: deploy + environment: Deploy name: JavaCryptographicArchitecture deployment steps: - name: Checkout source code @@ -34,4 +34,4 @@ jobs: env: SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }} - OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }} \ No newline at end of file + OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}