From 7ce5559d6693ba42216b63069a9a0b55aa91bfef Mon Sep 17 00:00:00 2001 From: DuoDuoJuZi <105411098+DuoDuoJuZi@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:42:15 +0800 Subject: [PATCH] fix: temporarily remove publishing --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 883b986..04c86c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,11 +40,11 @@ jobs: - name: Get Repository Name uses: MariachiBear/get-repo-name-action@v1.1.0 - - name: Publish to GitHub Packages - run: ./gradlew publish -PisGitHubActions=true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_USERNAME: ${{ github.actor }} +# - name: Publish to GitHub Packages +# run: ./gradlew publish -PisGitHubActions=true +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# GITHUB_USERNAME: ${{ github.actor }} - uses: actions/upload-artifact@v4.5.0 with: