Skip to content

Commit

Permalink
Merge pull request #226 from xenit-eu/ALFREDAPI-560-ci
Browse files Browse the repository at this point in the history
ALFREDAPI-560 [Rollback] publish.signing
  • Loading branch information
codingBenVdS authored Aug 20, 2024
2 parents da3090b + 55b9f0b commit ddf3598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
uses: gradle/[email protected]
with:
arguments: >-
--info -PsigningKeyId=DF8285F0
--info -PsigningKeyId=CDE3528F
:alfresco:${{ matrix.alfresco_version }}:publish
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ publishing {
signing {
required { !version.toString().endsWith("SNAPSHOT") }
// This needs to be changed once Gradle is upgraded to https://github.com/xenit-eu/xenit-java-logging/blob/master/publish.gradle#L54
useInMemoryPgpKeys(findProperty("signingKeyId"), findProperty("signingKey"), findProperty("signingPassword"))
useInMemoryPgpKeys(findProperty("signingKeyId"),findProperty("signingKey"), findProperty("signingPassword"))
sign publishing.publications
}

0 comments on commit ddf3598

Please sign in to comment.