From 2f9cf7bc8c6880a870e0db3112394370a65c21d4 Mon Sep 17 00:00:00 2001 From: breadbyte <14045257+breadbyte@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:03:32 +0800 Subject: [PATCH] Remove Sentry Release Versioning from builds --- .github/workflows/build-and-release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3cd359c397..f81f08922e 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -92,19 +92,6 @@ jobs: omitBodyDuringUpdate: true omitNameDuringUpdate: true replacesArtifacts: false - - - name: Sentry Release - uses: getsentry/action-release@v1.7.0 - # Sentry Releases will only be created in the MCCTeam repository, since it needs Sentry secrets. - if: ${{ github.repository == 'MCCTeam/Minecraft-Console-Client' }} - - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_ORG: "mccteam" - SENTRY_PROJECT: "minecraft-console-client" - with: - environment: production - dist: ${{ format('{0}-{1}', env.date, github.run_number) }} fetch-translations: strategy: