Skip to content

Commit

Permalink
Update build.yml to fix sentry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 28, 2024
1 parent 30c4e56 commit 156d5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_RELEASE: ${{ steps.build.outputs.version }}
SENTRY_DIST: ${{ steps.build.outputs.build-number }}
SENTRY_RELEASE: ${{ steps.version.outputs.version }}
SENTRY_DIST: ${{ steps.version.outputs.build-number }}

0 comments on commit 156d5cd

Please sign in to comment.