We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c33163 commit 6a5985eCopy full SHA for 6a5985e
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install GPG
50
run: |
51
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
+ cat <(echo -e "${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY }}") | gpg --batch --import
53
gpg --list-secret-keys --keyid-format LONG
54
55
- name: Staging
website/src/changelog.md
@@ -2,7 +2,7 @@
2
title: "Changelog"
3
layout: "layouts/changelog.html"
4
changelog:
5
- - date: "2025-11-10"
+ - date: "tbd"
6
title: "v2.2.20-1.6.0"
7
items:
8
- "Allow `mapping` to be used anywhere (at most once) in the body of the map function."
0 commit comments