diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 90f5a59..e8f2995 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -37,8 +37,8 @@ jobs: # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - - name: Publish to GitHub Packages - run: ./gradlew publish - env: - USERNAME: ${{ github.actor }} - TOKEN: ${{ secrets.GITHUB_TOKEN }} + #- name: Publish to GitHub Packages + # run: ./gradlew publish + # env: + # USERNAME: ${{ github.actor }} + # TOKEN: ${{ secrets.GITHUB_TOKEN }}