mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update Sentry release configuration
This commit is contained in:
parent
95e7f08319
commit
729381fb87
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
|
@ -100,8 +100,8 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
SENTRY_ORG: "mccteam"
|
||||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
SENTRY_PROJECT: "minecraft-console-client"
|
||||||
with:
|
with:
|
||||||
environment: production
|
environment: production
|
||||||
dist: ${{ format('{0}-{1}', env.date, github.run_number) }}
|
dist: ${{ format('{0}-{1}', env.date, github.run_number) }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue