aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-19 13:23:32 -0500
committerXe Iaso <me@xeiaso.net>2025-01-19 13:23:32 -0500
commit611051e097c7ff80a20024558adf09a0788d43e2 (patch)
tree1752abf2ae05bb063a345fffa5eccc2255552b6d
parent7d4966f904485a3e18227bf607ae67753e18860c (diff)
downloadx-611051e097c7ff80a20024558adf09a0788d43e2.tar.xz
x-611051e097c7ff80a20024558adf09a0788d43e2.zip
Earthfile: simplify the tag
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 5002c36..124fddf 100644
--- a/Earthfile
+++ b/Earthfile
@@ -27,7 +27,7 @@ everything:
FROM +deps
COPY . .
- ARG VERSION=$(git describe --tags --always --dirty)
+ ARG VERSION=$(git describe --tags)
RUN mkdir -p bin
RUN --mount=type=cache,target=/root/.cache GOBIN=$(pwd)/bin go install -ldflags="-X within.website/x.Version="${VERSION} ./...