added goreleaser config

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-04-29 14:27:59 -07:00
parent 2099381abd
commit 959f865dda
3 changed files with 32 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v1