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 c68a5b4 commit 09e4adbCopy full SHA for 09e4adb
.github/workflows/publishing2sonatype.yml
@@ -36,10 +36,8 @@ jobs:
36
sed -i -e 's|.*sonatypePassword.*| password = "${{ secrets.SPASSWORD }}"|' ./build.gradle
37
- name: Sonatype Publish
38
run: |
39
- BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
40
-# echo "stagingAuthHeaderName=Authorization" >> ./gradle.properties
41
-# echo "stagingAuthHeaderValue=Bearer ${BEARER}" >> ./gradle.properties
42
./gradlew -S publishJarPublicationToStagingRepository
+# BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
43
# curl --request POST \
44
# --verbose \
45
# --header "Authorization: Bearer ${BEARER}" \
0 commit comments