mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-13 13:04:09 +00:00
Also free disk space in release.yml
This commit is contained in:
parent
92eaf197f5
commit
79c192b24b
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -18,6 +18,14 @@ jobs:
|
||||
pull-requests: write
|
||||
steps:
|
||||
|
||||
# Free GitHub Actions Environment Disk Space
|
||||
- name: Maximize Build Space
|
||||
# jlumbroso/free-disk-space@v1.3.1:
|
||||
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||
with:
|
||||
tool-cache: false
|
||||
large-packages: false
|
||||
|
||||
# Check out the current repository
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user