diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa06cb2..7a681d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: contents: write pull-requests: write steps: + - name: Cleanup + run: rm -rf /opt/hostedtoolcache/* # Check out the current repository - name: Fetch Sources