Skip to content

Commit

Permalink
Ensure release script and stage-vote-release work
Browse files Browse the repository at this point in the history
Together our bespoke 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]>
  • Loading branch information
loosebazooka committed Sep 21, 2023
1 parent 2a3ca6b commit d6c1706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tag-and-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6c1706

Please sign in to comment.