Skip to content

Commit

Permalink
Merge pull request #5 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 1.0.4 - goreleaser configuration fix
  • Loading branch information
briskt authored Oct 12, 2022
2 parents ea468a4 + ecea880 commit a525ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
workdir: cli/
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ before:
hooks:
- go mod tidy
builds:
- env:
-
main: ./cli
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit a525ace

Please sign in to comment.