From 668829e9455782b1eeb46a5cb635cb02dafe4572 Mon Sep 17 00:00:00 2001 From: OakLoaf Date: Wed, 18 Sep 2024 16:03:14 +0100 Subject: [PATCH] Temporarily disabled GitHub Release --- .github/workflows/version-release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/version-release.yml b/.github/workflows/version-release.yml index 7371aca..f5cbe18 100644 --- a/.github/workflows/version-release.yml +++ b/.github/workflows/version-release.yml @@ -44,16 +44,16 @@ jobs: chmod +x ./gradlew ./gradlew shadowJar - - name: Post GitHub Release - uses: svenstaro/upload-release-action@v2 - if: env.TAG_EXISTS == 'false' - with: - repo_token: ${{ secrets.REPO_TOKEN }} - file: build/libs/*.jar - file_glob: true - asset_name: PluginUpdater-${{ env.VERSION }} - tag: v${{ env.VERSION }} - overwrite: false +# - name: Post GitHub Release +# uses: svenstaro/upload-release-action@v2 +# if: env.TAG_EXISTS == 'false' +# with: +# repo_token: ${{ secrets.REPO_TOKEN }} +# file: build/libs/*.jar +# file_glob: true +# asset_name: PluginUpdater-${{ env.VERSION }} +# tag: v${{ env.VERSION }} +# overwrite: false - name: Post Modrinth Release if: env.TAG_EXISTS == 'false'