Skip to content

Commit

Permalink
prebuild for linux and macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed May 17, 2022
1 parent 8d7df3b commit f6abc80
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 @@ -14,7 +14,7 @@ install:
. cmd/minify/bash_completion

release:
#TAG=$(shell git describe --tags --exact-match 2> /dev/null);
TAG=$(shell git describe --tags --exact-match 2> /dev/null);
if [ "${.SHELLSTATUS}" -eq 0 ]; then \
echo "Releasing ${VERSION}"; \
else \
Expand Down

0 comments on commit f6abc80

Please sign in to comment.