mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Remove Sentry Release Versioning from builds
This commit is contained in:
parent
729381fb87
commit
2f9cf7bc8c
1 changed files with 0 additions and 13 deletions
13
.github/workflows/build-and-release.yml
vendored
13
.github/workflows/build-and-release.yml
vendored
|
|
@ -93,19 +93,6 @@ jobs:
|
|||
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:
|
||||
fail-fast: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue