Use goreleaser (#8)

* add go releaser action

* update github actions
This commit is contained in:
Sinuhe Tellez Rivera 2021-05-05 23:20:37 -04:00 committed by GitHub
parent ca0800af2a
commit 9d9b079b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

33
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,33 @@
name: goreleaser
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: ${GITHUB_REF/refs\/tags\//}
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

3
.gitignore vendored
View File

@ -24,3 +24,6 @@ _testmain.go
*.exe
*.test
*.prof
dir2opds
!/dir2opds