diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 8b3059334..dcbb39270 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -31,8 +31,8 @@ jobs: env: OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_PWD: ${{ secrets.OSSRH_PWD }} - jeka.gpg.secret-key: ${{ secrets.GPG_SECRET_KEY}} - jeka.gpg.passphrase: ${{ secrets.GPG_PASSPHRASE }} + JEKA_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY}} + JEKA_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }} GITHUB_BRANCH: ${{ github.ref }} diff --git a/README.md b/README.md index 1faad2ff9..6c0c77a3b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Its key features include: - [Build a Springboot-Agular application, including Sonarqube analysis and Docker E2E testing](https://github.com/jeka-dev/demo-project-springboot-angular) - [Build, run, dockerize, and publish application with zero-conf](https://github.com/jeka-dev/demo-base-application) -- [Deploy a library on Maven Central](https://github.com/jeka-dev/openapi-plugin?tab=readme-ov-file#publication-on-maven-central) +- [Publish a library on Maven Central](https://github.com/jeka-dev/openapi-plugin?tab=readme-ov-file#publication-on-maven-central) or [other example](https://github.com/djeang/vincer-dom) ### Reuse Build Logic