Skip to content

Commit

Permalink
Merge pull request #1671 from navikt/sentry_commits
Browse files Browse the repository at this point in the history
accosiate commits with release
  • Loading branch information
kenglxn authored Sep 4, 2023
2 parents e7c1d24 + 133e56f commit e4afe34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bygg-og-deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
npx -p @sentry/cli sentry-cli releases new "${{ github.sha }}"
npx -p @sentry/cli sentry-cli releases files "${{ github.sha }}" upload-sourcemaps build/static/js \
--url-prefix '~/min-side-arbeidsgiver/static/js'
npx -p @sentry-cli sentry-cli releases set-commits --auto "${{ github.sha }}"
npx -p @sentry/cli sentry-cli releases finalize "${{ github.sha }}"
Expand Down

0 comments on commit e4afe34

Please sign in to comment.