Skip to content

Commit

Permalink
fix: sentry action could not find version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Nov 23, 2024
1 parent 40c0da4 commit c5988aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- fix/sentry-action

jobs:
release:
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
with:
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}
version: ${{ steps.get_version.outputs.release_version }}
ignore_missing: true
sourcemaps: ./build
finalize: true
env:
Expand Down

0 comments on commit c5988aa

Please sign in to comment.