From 11c5a802b7e30e7a8dcb2dc1a81b374877d0043c Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 10 Jan 2023 14:23:46 +0100 Subject: [PATCH] patch: send sourcemap to sentry at build --- .github/actions/publish/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 2b1146d8..53775f2e 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -186,9 +186,9 @@ runs: npm run uploadSourcemap env: SENTRY_AUTH_TOKEN: ${{ fromJSON(inputs.secrets).SENTRY_AUTH_TOKEN }} - SENTRY_ORG: balenaEtcher - SENTRY_PROJECT: balenaetcher - SENTRY_VERSION: ${{ steps.package_release.outputs.version }} + npm_config_SENTRY_ORG: balenaEtcher + npm_config_SENTRY_PROJECT: balenaetcher + npm_config_SENTRY_VERSION: ${{ steps.package_release.outputs.version }} - name: Upload artifacts uses: actions/upload-artifact@v3