Skip to content

Commit

Permalink
chore: disable caching for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 21, 2024
1 parent f50ec38 commit 2878268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: stable
cache-dependency-path: go.sum
cache: false
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
cache-dependency-path: go.sum
cache: false
- name: Install deps
run: >-
python -m pip install --upgrade pip &&
Expand Down

0 comments on commit 2878268

Please sign in to comment.