Skip to content

Commit c4da4d5

Browse files
authored
feat: reclaim space in release pipeline (#7613)
feat: reclaim space in release pipeline Ref #7587 Signed-off-by: Isaac <[email protected]>
1 parent b8dbca2 commit c4da4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
contents: write
5252
steps:
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54-
54+
- uses: ./tools/github-actions/reclaim-storage
5555
- name: Extract Release Tag and Commit SHA
5656
id: vars
5757
shell: bash

0 commit comments

Comments
 (0)