Skip to content

Commit

Permalink
Add Maximize Build Space step to Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-vinted committed Sep 6, 2024
1 parent 0ea6d47 commit 3786ccf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
pull-requests: write
steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

# Check out the current repository
- name: Fetch Sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 3786ccf

Please sign in to comment.