Skip to content

Commit 3c7cd8f

Browse files
authored
ci: Fix release workflow (#154)
Remove optional property (gpg key id)
1 parent 7a8e5c3 commit 3c7cd8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
# TODO: only for testing
8+
pull_request:
79

810
env:
911
# See https://vanniktech.github.io/gradle-maven-publish-plugin/central for the list of required properties
10-
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ vars.PGP_KEY_ID }}
1112
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.PGP_SEC }}
1213
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.PGP_PASSWORD }}
1314
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_PORTAL_USER }}

0 commit comments

Comments
 (0)