We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f2bdb commit c9ad9c6Copy full SHA for c9ad9c6
.github/workflows/release.yml
@@ -9,6 +9,22 @@ on:
9
10
jobs:
11
12
+ free-disk-space:
13
+ name: Free Disk Space
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+
17
+ - name: Free Disk Space
18
+ uses: jlumbroso/free-disk-space@main
19
+ with:
20
+ tool-cache: false
21
+ android: true
22
+ dotnet: true
23
+ haskell: true
24
+ large-packages: true
25
+ docker-images: true
26
+ swap-storage: true
27
28
# Prepare and publish the plugin to JetBrains Marketplace repository
29
release:
30
name: Publish Plugin
0 commit comments