Skip to content

Commit 14f0175

Browse files
[CS-36689] Unit Tests Added
1 parent 07a3a04 commit 14f0175

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
java-version: '11'
3636
distribution: 'adopt'
3737

38-
- name: Import GPG private key
39-
run: |
40-
echo "$GPG_PRIVATE_KEY" > private.key
41-
gpg --batch --import private.key
38+
# - name: Import GPG private key
39+
# run: |
40+
# echo "$GPG_PRIVATE_KEY" > private.key
41+
# gpg --batch --import private.key
4242

4343
- name: Maven deploy with GPG signing
4444
run: |

0 commit comments

Comments
 (0)