Skip to content

Commit e8b375b

Browse files
committed
chore: Add signing plugin and configure signing credentials
Integrates the signing plugin and sets up signing key and password as environment secrets for publishing. Ensures version resolution logic adapts to the publishing process by utilizing the new `IS_PUBLISHING` flag.
1 parent b97a1b9 commit e8b375b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
env:
4242
ORG_GRADLE_PROJECT_ghUsername: ${{ secrets.GITHUB_ACTOR }}
4343
ORG_GRADLE_PROJECT_ghPassword: ${{ secrets.GITHUB_TOKEN }}
44+
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
45+
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)