diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac1ca0ac59d13..e253ddaf13546 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,9 @@ jobs: ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }} run: ./gradlew --no-configuration-cache publishAndReleaseToMavenCentral - name: Build ORT Distributions + env: + ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }} + ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }} run: ./gradlew :cli:signDistTar :cli:signDistZip :helper-cli:signDistTar :helper-cli:signDistZip - name: Generate Release Notes run: ./gradlew -q printChangeLog > RELEASE_NOTES.md