Skip to content

Commit

Permalink
Fix release GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jun 12, 2020
1 parent c25e34b commit c8ca161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.14
- run: docker login docker.pkg.github.com -u docker -p ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v2
with:
version: v0.138.0
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ builds:
- darwin
- linux
- windows
goarch:
- amd64
archives:
- format_overrides:
- goos: windows
Expand Down

0 comments on commit c8ca161

Please sign in to comment.