diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2c1cd8b..3ced502 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -99,7 +99,7 @@ jobs: - name: Publish Snapshot to Mauro Snapshot Repository if: success() && github.ref == 'refs/heads/develop' run: | - ./gradlew --stacktrace publishMavenJarPublicationToMauroSnapshotRepositoryRepository -DMauroSnapshotRepositoryUsername=${{secrets.MAURO_SNAPSHOT_REPOSITORY_USERNAME}} -DMauroSnapshotRepositoryPassword=${{secrets.MAURO_SNAPSHOT_REPOSITORY_PASSWORD}} + ./gradlew --stacktrace -DMauroSnapshotRepositoryUsername=${{secrets.MAURO_SNAPSHOT_REPOSITORY_USERNAME}} -DMauroSnapshotRepositoryPassword=${{secrets.MAURO_SNAPSHOT_REPOSITORY_PASSWORD}} publishMavenJarPublicationToMauroSnapshotRepositoryRepository