Skip to content

Commit

Permalink
fix: script file name was incorrect (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Feb 10, 2022
1 parent 33ea2b8 commit 13c5d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 13c5d67

Please sign in to comment.