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 08f7734 commit 7dcec32Copy full SHA for 7dcec32
.github/workflows/release.yml
@@ -87,14 +87,6 @@ jobs:
87
- name: Build with Gradle
88
uses: gradle/actions/setup-gradle@v4
89
90
- - name: Import GPG key
91
- env:
92
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
93
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
94
- run: |
95
- echo "$GPG_PRIVATE_KEY" | base64 --decode | gpg --batch --import
96
- echo "$GPG_PASSPHRASE" | gpg --batch --pinentry-mode loopback --passphrase-fd 0 --import-ownertrust
97
-
98
- name: Build & Publish
99
run: |
100
./gradlew ${{ steps.extract_branch.outputs.branch == 'main' && 'build' || 'buildDev' }} publish \
0 commit comments