Skip to content

Commit

Permalink
Update CI snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Nov 8, 2024
1 parent 1e8c162 commit cb21710
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

# Install the GPG secret key
- name: Install gpg secret key
run: |
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
# Deploy the snapshot
- name: Deploy
run: mvn deploy -ntp --batch-mode
Expand Down

0 comments on commit cb21710

Please sign in to comment.