ci(release): attempt to avoid worker out of space issue

This commit is contained in:
Gauthier Roebroeck 2023-10-20 18:07:07 +08:00
parent 0f1a7f26bb
commit bcda81a842

View file

@ -63,6 +63,11 @@ jobs:
needs: version
if: needs.version.outputs.should_release || inputs.force_release
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
with:
fetch-depth: 0