Skip to content

Commit add760b

Browse files
committed
fix action
1 parent 0a9d223 commit add760b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ jobs:
3030
id: get_version
3131
run: echo "version=${{ github.event.inputs.version || steps.head_version.outputs.match }}" >> $GITHUB_OUTPUT
3232

33-
- name: Fetch release
34-
id: fetch_release
35-
uses: cardinalby/git-get-release-action@v1
36-
with:
37-
tag: ${{ steps.get_version.outputs.version }}
38-
3933
- name: Update Github Release
34+
if: steps.get_version.outputs.version != ''
4035
uses: getsentry/size-limit-release@main
4136
with:
4237
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)