File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 run : unzip build/Firebase-6.17.0.zip -d build
3333 - name : Download Unzip Firebase
3434 run : ./gradlew unzipIOSFirebase
35- - name : Publish
36- uses : eskatos/gradle-command-action@v1
37- with :
38- arguments : publish
39- env :
40- sonatypeUsername : ${{ secrets.SONATYPEUSERNAME }}
41- sonatypePassword : ${{ secrets.SONATYPEPASSWORD }}
42- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.GPG_PRIVATE_KEY }}
43- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.PASSPHRASE }}
35+ # - name: Publish
36+ # uses: eskatos/gradle-command-action@v1
37+ # with:
38+ # arguments: publish
39+ # env:
40+ # sonatypeUsername: ${{ secrets.SONATYPEUSERNAME }}
41+ # sonatypePassword: ${{ secrets.SONATYPEPASSWORD }}
42+ # ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
43+ # ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments