Skip to content

Commit 4ce48e9

Browse files
authored
ci: Fix adding bundle sizes to releases (#13792)
Implements getsentry/size-limit-release#6 This is now working again: https://github.com/getsentry/sentry-javascript/actions/runs/11031636865
1 parent efd7a70 commit 4ce48e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-size-info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Update Github Release
2525
if: steps.get_version.outputs.version != ''
26-
uses: getsentry/size-limit-release@v1
26+
uses: getsentry/size-limit-release@v2
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
version: ${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)