Skip to content

Commit 7da79ea

Browse files
committed
chore: disable caching for deployments
1 parent 5eea872 commit 7da79ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-go@v5
2020
with:
2121
go-version: stable
22-
cache-dependency-path: go.sum
22+
cache: false
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v6
2525
with:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-go@v5
4242
with:
4343
go-version: stable
44-
cache-dependency-path: go.sum
44+
cache: false
4545
- name: Install deps
4646
run: >-
4747
python -m pip install --upgrade pip &&

0 commit comments

Comments
 (0)