Commit 70cfab2a authored by tom's avatar tom

Update source map upload command

parent ffe1a31c
...@@ -45,4 +45,4 @@ jobs: ...@@ -45,4 +45,4 @@ jobs:
run: yarn sentry-cli sourcemaps inject ./.next run: yarn sentry-cli sourcemaps inject ./.next
- name: Upload source maps to Sentry - name: Upload source maps to Sentry
run: yarn sentry-cli sourcemaps upload --release=${{ github.ref_name }} --validate ./.next run: yarn sentry-cli sourcemaps upload --release=${{ github.ref_name }} --url-prefix=~/_next/ --validate ./.next
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment