Skip to content

Commit

Permalink
free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Nov 12, 2024
1 parent bccaaa5 commit 8445d11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ on:

jobs:

free-disk-space:
runs-on: ubuntu-latest
steps:

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

# Prepare and publish the plugin to JetBrains Marketplace repository
release:
name: Publish Plugin
Expand Down

0 comments on commit 8445d11

Please sign in to comment.