We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789ff3c commit 7648a2dCopy full SHA for 7648a2d
1 file changed
.github/workflows/release.yml
@@ -29,18 +29,7 @@ jobs:
29
cache-dependency-path: go.sum
30
31
- run: go mod download
32
-
33
- - name: Restore GoReleaser build cache
34
- uses: actions/cache@v3
35
- with:
36
- path: |
37
- ~/.cache/go-build
38
- dist/
39
- .goreleaser.cache
40
- key: ${{ runner.os }}-go-build-${{ hashFiles('**/*.go') }}-${{ hashFiles('go.sum') }}
41
- restore-keys: |
42
- ${{ runner.os }}-go-build-
43
+
44
- uses: goreleaser/goreleaser-action@v6
45
with:
46
distribution: goreleaser
0 commit comments