Skip to content

Commit

Permalink
fix: sentry source map versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Nov 15, 2022
1 parent 2c6b76d commit 8ceef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quasar_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
finalize: false
ignore_missing: true
ignore_empty: true
version: ${{ env.SOURCE_VERSION }}
version: gainstrack@${{ env.SOURCE_VERSION }}
- name: Remove Source Maps
run: |
# Remove all source maps
Expand Down

0 comments on commit 8ceef4b

Please sign in to comment.