Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jun 3, 2021
1 parent cf9a81a commit 3d5f974
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ builds:
-
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows

changelog:
filters:
exclude:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<p align="center">
<a href="https://github.com/Clivern/Poodle/actions"><img src="https://github.com/Clivern/Poodle/workflows/Build/badge.svg"></a>
<a href="https://github.com/Clivern/Poodle/actions"><img src="https://github.com/Clivern/Poodle/workflows/Release/badge.svg"></a>
<a href="/Clivern/Poodle/releases"><img src="https://img.shields.io/badge/Version-2.2.2-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Poodle"><img src="https://goreportcard.com/badge/github.com/Clivern/Poodle?v=2.2.2"></a>
<a href="/Clivern/Poodle/releases"><img src="https://img.shields.io/badge/Version-2.2.3-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Poodle"><img src="https://goreportcard.com/badge/github.com/Clivern/Poodle?v=2.2.3"></a>
<a href="https://github.com/Clivern/Poodle/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
</p>
</p>
Expand Down

0 comments on commit 3d5f974

Please sign in to comment.