Skip to content

Commit

Permalink
all: Add maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Mar 5, 2024
1 parent d400dac commit 21af16e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
pull-requests: write
timeout-minutes: 90
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 30720
temp-reserve-mb: 10240
swap-size-mb: 4096
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
- name: Check branch
run: echo "${{ github.ref_name }}" | grep -Pq '^release/v3\.\d+\.\d+$'
- name: Get version
Expand Down

0 comments on commit 21af16e

Please sign in to comment.