Skip to content

Commit

Permalink
Merge pull request #529 from sigstore/playnice-with-release
Browse files Browse the repository at this point in the history
Ensure release script and stage-vote-release work
  • Loading branch information
loosebazooka authored Sep 21, 2023
2 parents 2a3ca6b + a8a20bb commit 1143781
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 1143781

Please sign in to comment.