Skip to content

Commit eb9ad34

Browse files
committed
fix: updated workflow
1 parent 9605e4c commit eb9ad34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build and Deploy
33
on:
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 \

0 commit comments

Comments
 (0)