Skip to content

Commit

Permalink
Fix free disk space issue in release workflow (#2836)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz authored Mar 1, 2023
1 parent 09fc35d commit 60bc2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@main
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
Expand Down

0 comments on commit 60bc2ea

Please sign in to comment.