diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 35cff56..8f52669 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -10,10 +10,12 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_ACTION_TOKEN }}
- - name: git-configure
- run: |
- git config user.email "actions@github.com"
- git config user.name "GitHub Actions"
+ - uses: crazy-max/ghaction-import-gpg@v4
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
+ git_user_signingkey: true
+ git_commit_gpgsign: true
- uses: actions/setup-java@v2
with:
distribution: temurin
diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml
index 4414d1c..a8d4226 100644
--- a/.github/workflows/snapshot.yaml
+++ b/.github/workflows/snapshot.yaml
@@ -1,4 +1,4 @@
-name: Build
+name: Snapshot
"on":
workflow_dispatch: {}
@@ -51,4 +51,3 @@ jobs:
reporter: java-junit
list-suites: failed
list-tests: failed
- fail-on-error: false
diff --git a/README.md b/README.md
index 28fab9b..c2bae4d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Micronaut Logging support
-[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
+[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22)
+[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
## Features
diff --git a/pom.xml b/pom.xml
index 077a37e..7909e18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.kokuwa.micronaut
micronaut-logging
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
Logging Support for Micronaut
Enhanced logging using MDC or request header.
@@ -243,6 +243,7 @@
@{project.version}
release
true
+ true
@@ -335,13 +336,6 @@
sign
-
-
-
- --pinentry-mode
- loopback
-
-