Skip to content

Commit 7dcec32

Browse files
author
ahmetduruer
committed
test
1 parent 08f7734 commit 7dcec32

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@ jobs:
8787
- name: Build with Gradle
8888
uses: gradle/actions/setup-gradle@v4
8989

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-
9890
- name: Build & Publish
9991
run: |
10092
./gradlew ${{ steps.extract_branch.outputs.branch == 'main' && 'build' || 'buildDev' }} publish \

0 commit comments

Comments
 (0)