mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
patch: send sourcemap to sentry at build
This commit is contained in:
parent
e5384985b1
commit
11c5a802b7
6
.github/actions/publish/action.yml
vendored
6
.github/actions/publish/action.yml
vendored
@ -186,9 +186,9 @@ runs:
|
|||||||
npm run uploadSourcemap
|
npm run uploadSourcemap
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ fromJSON(inputs.secrets).SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ fromJSON(inputs.secrets).SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: balenaEtcher
|
npm_config_SENTRY_ORG: balenaEtcher
|
||||||
SENTRY_PROJECT: balenaetcher
|
npm_config_SENTRY_PROJECT: balenaetcher
|
||||||
SENTRY_VERSION: ${{ steps.package_release.outputs.version }}
|
npm_config_SENTRY_VERSION: ${{ steps.package_release.outputs.version }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user