Skip to content

Commit a463a15

Browse files
debug flag for gradlew
1 parent 2de68ae commit a463a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publishing2sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sed -i -e 's|.*sonatypePassword.*| password = "${{ secrets.SPASSWORD }}"|' ./build.gradle
3737
- name: Sonatype Publish
3838
run: |
39-
./gradlew publishJarPublicationToStagingRepository
39+
./gradlew -S publishJarPublicationToStagingRepository
4040
BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
4141
curl --request POST \
4242
--verbose \

0 commit comments

Comments
 (0)