This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 752-release-automation in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit ebac2d3b7ddcf9f0a90428372b23daed3486ef9f Author: Bertil Chapuis <[email protected]> AuthorDate: Thu Mar 14 11:22:08 2024 +0100 disable maven gpg for now --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f6aa7dd..b99ad306 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,16 +20,16 @@ jobs: java-version: 17 distribution: temurin cache: maven - server-id: apache - server-username: ${{ secrets.SERVER_USERNAME }} - server-password: ${{ secrets.SERVER_PASSWORD }} - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} +# server-id: apache +# server-username: ${{ secrets.SERVER_USERNAME }} +# server-password: ${{ secrets.SERVER_PASSWORD }} +# gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} +# gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Extract version run: echo ::set-output name=value::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) id: version - name: Build project - run: mvn install -P release -B + run: mvn install -B # Create a GitHub release draft - name: Create GitHub Release
