Skip to content

Commit

Permalink
Remove Sentry Release Versioning from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
breadbyte authored Jul 3, 2024
1 parent 729381f commit 2f9cf7b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f9cf7b

Please sign in to comment.