From 54d2688593c072a9cc8d3d57e0056b13a8998219 Mon Sep 17 00:00:00 2001 From: Jeroen Benckhuijsen Date: Tue, 16 Apr 2024 22:47:08 +0200 Subject: [PATCH] Added timezone handling features --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1849af6..36c52b7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,6 +22,7 @@ jobs: - name: Publish to the Maven Central Repository run: | echo ${MAVEN_GPG_KEY} > private_key.txt + head -n 1 private_key.txt gpg --import --batch private_key.txt mvn --batch-mode -P release -P release-to-central deploy env: