File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,16 @@ jobs:
3434 - name : Generate and move Dokka Docs
3535 run : ./gradlew publishDokkaToDocs
3636
37- - name : Commit and Push changes
38- run : |
39- git config --global user.name "GitHub Actions"
40- git config --global user.email "[email protected] " 41- git add docs
42- git commit -m "Update Dokka Docs"
43- git push
37+ - name : Publish
38+ run : ./gradlew publish
39+ env :
40+ MAVEN_USERNAME : ${{ secrets.REPO_PUBLISH_USERNAME }}
41+ MAVEN_PASSWORD : ${{ secrets.REPO_PUBLISH_TOKEN }}
42+
43+ # - name: Commit and Push changes
44+ # run: |
45+ # git config --global user.name "GitHub Actions"
46+ # git config --global user.email "[email protected] " 47+ # git add docs
48+ # git commit -m "Update Dokka Docs"
49+ # git push
You can’t perform that action at this time.
0 commit comments