We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4aca8 commit 088c11aCopy full SHA for 088c11a
.github/workflows/actions.yml
@@ -52,7 +52,7 @@ jobs:
52
if: always() && startsWith(github.ref, 'refs/tags/v')
53
run: |
54
./gradlew publishMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository \
55
- -x :teamscale-maven-plugin:publishMavenPublicationToSonatypeRepository
+ -x :teamscale-maven-plugin:publishMavenPublicationToSonatypeRepository \
56
-Psigning.secretKeyRingFile=${{ github.workspace }}/.gnupg/secring.gpg \
57
-PgpgDirectory=${{ github.workspace }}/.gnupg \
58
-Psigning.password=${{ secrets.MAVEN_CENTRAL_GPG_SIGNATURE }} \
0 commit comments