Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Oct 9, 2024
1 parent fa57816 commit f28cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ go.releaser:
git tag -a "$(VERSION)" -m "Version $(VERSION)"
echo "LATEST TAG: $$(git describe --tags --abbrev=0)"
goreleaser release --verbose --clean
# file dist/* | grep executable | awk '{print $1}' | cut -d: -f1 | xargs rm -f
file dist/* | grep executable | awk '{print $1}' | cut -d: -f1 | xargs rm -f

#go.lint: @ Run `golangci-lint run` against the current code
go.lint:
Expand Down

0 comments on commit f28cd58

Please sign in to comment.