Skip to content

Commit

Permalink
WL-6207 Update dependencies, JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyma committed Oct 23, 2024
1 parent 6296530 commit bfac1e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/osrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Install GPG secret key
run: |
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}"
echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --import
# cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG

- name: Publish
Expand Down

0 comments on commit bfac1e4

Please sign in to comment.