Skip to content

Commit a8a20bb

Browse files
committed
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 <[email protected]>
1 parent 2a3ca6b commit a8a20bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tag-and-build-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858

5959
- name: Build project
6060
run: |
61-
# override the version in gradle.properties
62-
./gradlew clean :sigstore-java:createReleaseBundle -Pversion=${{ github.event.inputs.release_version }}
61+
./gradlew clean :sigstore-java:createReleaseBundle -Pversion=${{ github.event.inputs.release_version }} -Prelease -PskipSign
6362
6463
- name: Hash Artifacts
6564
id: hash

0 commit comments

Comments
 (0)