diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index a9a6b50c..086c22a5 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -46,7 +46,7 @@ jobs: maven-key: ${{ secrets.MAVEN_GPG_KEY }} maven-pass: ${{ secrets.MAVEN_GPG_PASS }} ossr-username: ${{ secrets.OSSR_USERNAME }} - ossr-token: ${{ secrets.OSSR_PASSWORD }} + ossr-password: ${{ secrets.OSSR_PASSWORD }} concurrency: group: publish cancel-in-progress: true