Skip to content

Commit

Permalink
chore: remove cache release (#1530)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Sep 26, 2023
1 parent be3a0ed commit 47a03a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install cosign
uses: sigstore/[email protected]
- name: Login to docker.io registry
Expand Down

0 comments on commit 47a03a9

Please sign in to comment.