Skip to content

Commit

Permalink
Update Sentry release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
breadbyte authored Jul 3, 2024
1 parent 95e7f08 commit 729381f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:

env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_ORG: "mccteam"
SENTRY_PROJECT: "minecraft-console-client"
with:
environment: production
dist: ${{ format('{0}-{1}', env.date, github.run_number) }}
Expand Down

0 comments on commit 729381f

Please sign in to comment.