Skip to content

Commit 0e6f5f8

Browse files
committed
Merge branch 'master' into 2024.1.x
2 parents 002127b + fc96b85 commit 0e6f5f8

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3030
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
31-
SIGN_KEY: ${{ secrets.SIGN_KEY }}
31+
SIGN_KEY: ${{ SIGN_KEY_ORG }}
3232
SIGN_KEY_PASS: ${{ secrets.SIGN_PWD }}
3333
run: |
34-
./mvnw deploy
34+
./mvnw --no-transfer-progress deploy

README.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
:badge-license: https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=313A42
2-
:badge-ci: https://github.com/openapi-processor/openapi-processor-maven/workflows/ci/badge.svg
3-
:workflow-ci: https://github.com/openapi-processor/openapi-processor-maven/actions?query=workflow%3Aci
2+
:badge-ci: https://github.com/openapi-processor/openapi-processor-maven/workflows/build/badge.svg
3+
:oap-ci: https://github.com/openapi-processor/openapi-processor-maven/actions?query=workflow%3Abuild
44

55
:oap-api: https://github.com/openapi-processor/openapi-processor-api
6-
:oap-ci: https://github.com/openapi-processor/openapi-processor-maven/actions?query=workflow%3Aci
76
:oap-docs: https://docs.openapiprocessor.io/maven
87
:oap-license: https://github.com/openapi-processor/openapi-processor-maven/blob/master/LICENSE
98

109
:oap-central: https://search.maven.org/search?q=io.openapiprocessor
1110
:badge-central: https://img.shields.io/maven-central/v/io.openapiprocessor/openapi-processor-maven-plugin?label=Maven%20Central
1211

1312
// badges
14-
//link:{oaps-ci}[image:{badge-ci}[]]
13+
link:{oap-ci}[image:{badge-ci}[]]
1514
//link:{oaps-license}[image:{badge-license}[]]
1615
link:{oap-central}[image:{badge-central}[]]
1716

0 commit comments

Comments
 (0)