We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd739f commit cfd9d28Copy full SHA for cfd9d28
.github/workflows/pipeline.yml
@@ -17,8 +17,6 @@ jobs:
17
major_version: ${{ needs.bump.outputs.major_version }}
18
minor_version: ${{ needs.bump.outputs.minor_version }}
19
build_version: ${{ needs.bump.outputs.build_version }}
20
- maven_profiles: release-to-sonatype
21
- maven_args: -Dmaven.test.skip=true
22
secrets:
23
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
24
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments