Skip to content

Commit fee55c1

Browse files
committed
fix
1 parent ecc147c commit fee55c1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/workflows/release.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
steps:
20+
# Free additional disk space
21+
- name: Free Disk Space
22+
run: |
23+
sudo rm -rf \
24+
"$AGENT_TOOLSDIRECTORY" \
25+
/opt/google/chrome \
26+
/opt/microsoft/msedge \
27+
/opt/microsoft/powershell \
28+
/opt/pipx \
29+
/usr/lib/mono \
30+
/usr/local/julia* \
31+
/usr/local/lib/android \
32+
/usr/local/lib/node_modules \
33+
/usr/local/share/chromium \
34+
/usr/local/share/powershell \
35+
/usr/share/dotnet \
36+
/usr/share/swift
37+
df -h /
38+
2039
2140
# Free GitHub Actions Environment Disk Space
2241
- name: Maximize Build Space
@@ -97,4 +116,4 @@ jobs:
97116
--title "Changelog update - \`$VERSION\`" \
98117
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
99118
--label "$LABEL" \
100-
--head $BRANCH
119+
--head $BRANCH

0 commit comments

Comments
 (0)