patch: send sourcemap to sentry at build

This commit is contained in:
Edwin Joassart 2023-01-10 14:23:46 +01:00
parent e5384985b1
commit 11c5a802b7

View File

@ -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