Skip to content

Commit 7901166

Browse files
committed
make sure to cache goreleaser
1 parent 9ae5530 commit 7901166

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
- name: Run goreleaser build
2626
run: |
2727
goreleaser build --clean
28+
which goreleaser
29+
30+
- name: Cache installed binary
31+
uses: actions/cache@v2
32+
with:
33+
path: /home/runner/go/bin
34+
key: ${{ runner.os }}-goreleaser
2835

2936
- name: Publish to npm
3037
run: |

0 commit comments

Comments
 (0)