Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit cb21710

Browse files
authored
Update CI snapshot.yml
1 parent 1e8c162 commit cb21710

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CI snapshot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
4141
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4242

43-
# Install the GPG secret key
44-
- name: Install gpg secret key
45-
run: |
46-
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
47-
gpg --list-secret-keys --keyid-format LONG
48-
4943
# Deploy the snapshot
5044
- name: Deploy
5145
run: mvn deploy -ntp --batch-mode

0 commit comments

Comments
 (0)