From f11f76069a5c8194806ca8c37c98a05bf574dae1 Mon Sep 17 00:00:00 2001 From: p2vman Date: Thu, 30 Jan 2025 20:11:29 +0200 Subject: [PATCH] Update gradle-publish.yml --- .github/workflows/gradle-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }}