Skip to content

Commit 2f9cf7b

Browse files
authored
Remove Sentry Release Versioning from builds
1 parent 729381f commit 2f9cf7b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build-and-release.yml

-13
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,6 @@ jobs:
9292
omitBodyDuringUpdate: true
9393
omitNameDuringUpdate: true
9494
replacesArtifacts: false
95-
96-
- name: Sentry Release
97-
uses: getsentry/[email protected]
98-
# Sentry Releases will only be created in the MCCTeam repository, since it needs Sentry secrets.
99-
if: ${{ github.repository == 'MCCTeam/Minecraft-Console-Client' }}
100-
101-
env:
102-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
103-
SENTRY_ORG: "mccteam"
104-
SENTRY_PROJECT: "minecraft-console-client"
105-
with:
106-
environment: production
107-
dist: ${{ format('{0}-{1}', env.date, github.run_number) }}
10895

10996
fetch-translations:
11097
strategy:

0 commit comments

Comments
 (0)