Skip to content

Commit

Permalink
removes cache from release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Dec 18, 2020
1 parent 8ff078d commit 55e5285
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Cache
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Tidy
run: |
go mod tidy
Expand Down

0 comments on commit 55e5285

Please sign in to comment.