From a8a20bb7f20ecec4fd8a5636364d5878122a8afb Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Wed, 20 Sep 2023 22:11:11 -0400 Subject: [PATCH] Ensure release script and stage-vote-release work Together our custom release mechanism and this plugin don't work well. Enable release property so we're not building snapshots and skip signing for now till we can rework release flows. Signed-off-by: Appu Goundan --- .github/workflows/tag-and-build-release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tag-and-build-release.yaml b/.github/workflows/tag-and-build-release.yaml index 954cccb8..f6bf5566 100644 --- a/.github/workflows/tag-and-build-release.yaml +++ b/.github/workflows/tag-and-build-release.yaml @@ -58,8 +58,7 @@ jobs: - name: Build project run: | - # override the version in gradle.properties - ./gradlew clean :sigstore-java:createReleaseBundle -Pversion=${{ github.event.inputs.release_version }} + ./gradlew clean :sigstore-java:createReleaseBundle -Pversion=${{ github.event.inputs.release_version }} -Prelease -PskipSign - name: Hash Artifacts id: hash