Skip to content

Commit

Permalink
Merge pull request #134 from piyush-garg/fix_action_14
Browse files Browse the repository at this point in the history
[release-v1.14.x] Fix goreleaser github action
  • Loading branch information
concaf authored Feb 28, 2024
2 parents 4314c96 + c9745c7 commit 5c8cced
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,23 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: false

- uses: actions/checkout@v4
- run: git fetch --prune --unshallow

- uses: actions/setup-go@v5
with:
go-version: '1.20'

- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashfiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: goreleaser/[email protected]
with:
version: latest
Expand Down

0 comments on commit 5c8cced

Please sign in to comment.