Remove Sentry Release Versioning from builds

This commit is contained in:
breadbyte 2024-07-04 03:03:32 +08:00 committed by GitHub
parent 729381fb87
commit 2f9cf7bc8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: