Skip to content

Commit 09e4adb

Browse files
fixed yml
1 parent c68a5b4 commit 09e4adb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publishing2sonatype.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
sed -i -e 's|.*sonatypePassword.*| password = "${{ secrets.SPASSWORD }}"|' ./build.gradle
3737
- name: Sonatype Publish
3838
run: |
39-
BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
40-
# echo "stagingAuthHeaderName=Authorization" >> ./gradle.properties
41-
# echo "stagingAuthHeaderValue=Bearer ${BEARER}" >> ./gradle.properties
4239
./gradlew -S publishJarPublicationToStagingRepository
40+
# BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
4341
# curl --request POST \
4442
# --verbose \
4543
# --header "Authorization: Bearer ${BEARER}" \

0 commit comments

Comments
 (0)