feat: add go releaser config
Some checks failed
Release / release (push) Failing after 1m39s

This commit is contained in:
2023-09-23 19:16:13 +08:00
parent 05f507f655
commit dde043817e
2 changed files with 34 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-go@v3
with: { go-version: 1.20 }
- run: go install github.com/go-task/task/v3/cmd/task@latest
- run: apt update && apt-get install zip
# - run: apt update && apt-get install zip
- uses: actions/checkout@v3
- run: task deps
- run: git reset --hard