From c05ec2be28c5ada15b85764da8b7ec4d5ead800f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Osipiuk?= Date: Wed, 25 Sep 2024 13:20:35 +0200 Subject: [PATCH] Revert "Use proper commit for release with jrealeaser" This reverts commit 81fcb6aefd41ecc3fb2a4bb3098fe8ef390f2fe1. --- .github/workflows/release.yml | 1 - jreleaser.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e3e2b897..c4e9832f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,6 @@ jobs: JRELEASER_SKIP_RELEASE: ${{ inputs.push && 'false' || 'true' }} with: setup-java: false - working-directory: 'target/checkout' - name: Push git changes if: ${{ inputs.push }} diff --git a/jreleaser.yml b/jreleaser.yml index d3a77b5b4..987a94de8 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -58,7 +58,7 @@ deploy: closeRepository: true releaseRepository: true stagingRepositories: - - target/staging-deploy + - target/checkout/target/staging-deploy artifactOverrides: - groupId: io.airlift artifactId: airbase-policy