Skip to content

Commit

Permalink
updated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
castlemilk committed Dec 15, 2019
1 parent 6b8eb4f commit 463f370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.13.4'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.idea
.idea
dist

0 comments on commit 463f370

Please sign in to comment.