Skip to content

Commit

Permalink
ci: Fix adding bundle sizes to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 25, 2024
1 parent efd7a70 commit a711c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-size-info.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:

- name: Update Github Release
if: steps.get_version.outputs.version != ''
uses: getsentry/size-limit-release@v1
uses: getsentry/size-limit-release@fn/update-new-artifacts
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ steps.get_version.outputs.version }}

0 comments on commit a711c16

Please sign in to comment.