From 959bb02d0e2da34f5cbe8b7fe8a2180469f996a4 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Mon, 17 Jan 2022 17:36:33 +0100 Subject: [PATCH] Review deployment. --- .github/workflows/release.yaml | 10 ++++++---- .github/workflows/snapshot.yaml | 3 +-- README.md | 3 ++- pom.xml | 10 ++-------- 4 files changed, 11 insertions(+), 15 deletions(-) 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 -[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.micronaut/micronaut-logging.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [![CI](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml/badge.svg)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml) +[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.micronaut/micronaut-logging.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) +[![CI](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml/badge.svg)](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 - -