Skip to content

Commit 59d55ee

Browse files
committed
install gon
1 parent 92aa6d2 commit 59d55ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
name: release
66
jobs:
77
release:
8-
runs-on: ubuntu-latest
8+
runs-on: macos-latest
99
steps:
1010
- name: Install Go
1111
uses: actions/setup-go@v1
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/checkout@v2
1616
- name: Unshallow
1717
run: git fetch --prune --unshallow
18+
- name: Install gon
19+
run: |-
20+
brew tap mitchellh/gon
21+
brew install mitchellh/gon/gon
1822
- name: goreleaser
1923
uses: goreleaser/goreleaser-action@v1
2024
with:

0 commit comments

Comments
 (0)