feat: add step to free disk space in release workflow

This commit is contained in:
Pranav C
2026-01-13 19:45:54 +05:30
parent ba22674bde
commit 22e2ebeaf7

View File

@@ -45,6 +45,18 @@ jobs:
env:
working-directory: ./packages/nocodb
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# Prevent removing tools we might implicitly need or that are fast to keep
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: