Skip to content

Commit 6a5985e

Browse files
committed
Import gpg public key
1 parent 4c33163 commit 6a5985e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install GPG
5050
run: |
5151
cat <(echo -e "${{ secrets.MAVEN_CENTRAL_GPG_SECRET_KEY }}") | gpg --batch --import
52-
cat <(echo -e "${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY }}") | gpg --no-check-certificate --batch --import
52+
cat <(echo -e "${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY }}") | gpg --batch --import
5353
gpg --list-secret-keys --keyid-format LONG
5454
5555
- name: Staging

website/src/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Changelog"
33
layout: "layouts/changelog.html"
44
changelog:
5-
- date: "2025-11-10"
5+
- date: "tbd"
66
title: "v2.2.20-1.6.0"
77
items:
88
- "Allow `mapping` to be used anywhere (at most once) in the body of the map function."

0 commit comments

Comments
 (0)