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 2925689 commit 7631962Copy full SHA for 7631962
.github/workflows/publish-android-maven-central.yml
@@ -17,11 +17,6 @@ jobs:
17
java-version: '11'
18
distribution: 'adopt'
19
20
- - name: Import GPG key
21
- run: |
22
- echo "${{ secrets.OSSRH_GPG }}" > private-key.asc
23
- gpg --import --batch private-key.asc
24
-
25
- name: Cache Gradle packages
26
uses: actions/cache@v2
27
with:
.github/workflows/publish-client-maven-central.yml
0 commit comments