Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
-buildvcs=false
  • Loading branch information
ericzbeard authored Feb 15, 2023
1 parent 556b897 commit 9d429d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir -p "dist/${name}"
GOOS="$os" GOARCH="$arch" go build -ldflags=-w -o "dist/${name}/" ./cmd/rain
GOOS="$os" GOARCH="$arch" go build -buildvcs=false -ldflags=-w -o "dist/${name}/" ./cmd/rain
cp LICENSE "dist/${name}/"
cp README.md "dist/${name}/"
Expand Down

0 comments on commit 9d429d8

Please sign in to comment.