Skip to content

Commit 68c8dc1

Browse files
committed
Fixing release
1 parent b46f19e commit 68c8dc1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ jobs:
1919
release:
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- name: Cleanup unused stuff
23-
run: |
24-
df -h /
25-
sudo rm -rf \
26-
"$AGENT_TOOLSDIRECTORY" \
27-
/opt/google/chrome \
28-
/opt/microsoft/msedge \
29-
/opt/microsoft/powershell \
30-
/opt/pipx \
31-
/usr/lib/mono \
32-
/usr/local/julia* \
33-
/usr/local/lib/android \
34-
/usr/local/lib/node_modules \
35-
/usr/local/share/chromium \
36-
/usr/local/share/powershell \
37-
/usr/share/dotnet \
38-
/usr/share/swift
39-
df -h /
22+
# - name: Cleanup unused stuff
23+
# run: |
24+
# df -h /
25+
# sudo rm -rf \
26+
# "$AGENT_TOOLSDIRECTORY" \
27+
# /opt/google/chrome \
28+
# /opt/microsoft/msedge \
29+
# /opt/microsoft/powershell \
30+
# /opt/pipx \
31+
# /usr/lib/mono \
32+
# /usr/local/julia* \
33+
# /usr/local/lib/android \
34+
# /usr/local/lib/node_modules \
35+
# /usr/local/share/chromium \
36+
# /usr/local/share/powershell \
37+
# /usr/share/dotnet \
38+
# /usr/share/swift
39+
# df -h /
4040
- name: Deployer app access token
4141
id: deployer_app
4242
uses: getsentry/action-github-app-token@v2

0 commit comments

Comments
 (0)