Skip to content

Commit cfd9d28

Browse files
authored
fix
1 parent 9cd739f commit cfd9d28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
major_version: ${{ needs.bump.outputs.major_version }}
1818
minor_version: ${{ needs.bump.outputs.minor_version }}
1919
build_version: ${{ needs.bump.outputs.build_version }}
20-
maven_profiles: release-to-sonatype
21-
maven_args: -Dmaven.test.skip=true
2220
secrets:
2321
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2422
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)