We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2a52ff + 30dd5b8 commit 6b68e0dCopy full SHA for 6b68e0d
2 files changed
.github/workflows/maven-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
-Drevision=${{ inputs.revision }}
45
-Dgpg.skip=true
46
deploy
47
- --activate-profiles release,ci
+ --activate-profiles publish,ci
48
env:
49
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
50
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.github.microsphere-projects</groupId>
8
<artifactId>microsphere-build</artifactId>
9
- <version>0.1.3</version>
+ <version>0.2.0</version>
10
</parent>
11
12
0 commit comments