Skip to content

Commit

Permalink
chore: remove cache from release
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and flankbot committed Sep 6, 2024
1 parent 9c8049b commit f7401d7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@ jobs:
uses: buildjet/setup-go@v5
with:
go-version: v1.22.x
- uses: buildjet/cache@v4
with:
path: |
~/go/pkg/mod
~/.cache/go-build
.bin
key: cache-${{ hashFiles('**/go.sum') }}-${{ hashFiles('.bin/*') }}
restore-keys: |
cache-

- name: Create commits
run: |
# Sleep to let index refresh
Expand Down

0 comments on commit f7401d7

Please sign in to comment.