There was an error while loading. Please reload this page.
1 parent 7a8e5c3 commit 3c7cd8fCopy full SHA for 3c7cd8f
.github/workflows/release.yml
@@ -4,10 +4,11 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+ # TODO: only for testing
8
+ pull_request:
9
10
env:
11
# See https://vanniktech.github.io/gradle-maven-publish-plugin/central for the list of required properties
- ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ vars.PGP_KEY_ID }}
12
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.PGP_SEC }}
13
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.PGP_PASSWORD }}
14
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_PORTAL_USER }}
0 commit comments