File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Build and Deploy
33on :
44 push :
55 branches :
6- - develop
7- - main
6+ - develop # For snapshot builds
7+ - main # For release builds
88 paths-ignore :
99 - ' **.md'
1010 - ' .gitignore'
@@ -103,7 +103,7 @@ jobs:
103103 ./gradlew --no-daemon --parallel --build-cache publishMavenJavaPublicationToSimplecloudRepository \
104104 -PreleaseType=${{ steps.version.outputs.CHANNEL }} \
105105 -Pversion=${{ steps.version.outputs.VERSION }} \
106- -Psigning.gnupg.keyName="${{ secrets.GPG_KEY_ID }}" \
106+ -Psigning.gnupg.keyName="${{ secrets.GPG_PRIVATE_KEY }}" \
107107 -Psigning.gnupg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
108108 else
109109 ./gradlew --parallel --build-cache publishMavenJavaPublicationToSimplecloudRepository \
You can’t perform that action at this time.
0 commit comments