diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 90cba1965..8a0790d3d 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -44,7 +44,7 @@ jobs: -Drevision=${{ inputs.revision }} -Dgpg.skip=true deploy - --activate-profiles release,ci + --activate-profiles publish,ci env: MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }} MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }} diff --git a/README.md b/README.md index 5bda2d254..53571a0d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Microsphere Spring [![Maven Build](https://github.com/microsphere-projects/microsphere-spring/actions/workflows/maven-build.yml/badge.svg)](https://github.com/microsphere-projects/microsphere-spring/actions/workflows/maven-build.yml) -[![Codecov](https://codecov.io/gh/microsphere-projects/microsphere-spring/branch/dev/graph/badge.svg)](https://app.codecov.io/gh/microsphere-projects/microsphere-spring) +[![Codecov](https://codecov.io/gh/microsphere-projects/microsphere-spring/branch/main/graph/badge.svg)](https://app.codecov.io/gh/microsphere-projects/microsphere-spring) ![Maven](https://img.shields.io/maven-central/v/io.github.microsphere-projects/microsphere-spring.svg) ![License](https://img.shields.io/github/license/microsphere-projects/microsphere-spring.svg) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/microsphere-projects/microsphere-spring.svg)](http://isitmaintained.com/project/microsphere-projects/microsphere-spring "Average time to resolve an issue")