From 13c5d674d7aa034166cf839f82124a2135c79ee6 Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:56:00 -0600 Subject: [PATCH] fix: script file name was incorrect (#434) --- .github/workflows/prereleases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prereleases.yml b/.github/workflows/prereleases.yml index a5779a019f70..f8165e67122c 100644 --- a/.github/workflows/prereleases.yml +++ b/.github/workflows/prereleases.yml @@ -57,6 +57,6 @@ jobs: # In the Sentry project there is a concept of a filesystem which if they are all referencing root can be used to determine the correct location of the sourcemap.z # The unmodified released version of the sourcemap is done in the Create Version PR or Publish to NPM two steps above. - name: SourceMapping Rewrite & Sentry Upload - run: node .github/sentry-upload.js + run: node .github/sourcemap-url.js - run: npx sentry-cli --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} releases --org ${{ secrets.SENTRY_ORG }} --project ${{ secrets.SENTRY_PROJECT}} files "wrangler@$WRANGLER_VERSION" upload-sourcemaps ./wrangler-dist --url-prefix / working-directory: packages/wrangler