Skip to content

Commit

Permalink
do not add dirt to release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paynejacob committed Mar 21, 2023
1 parent b783c23 commit d08ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version:

COPY .git .git

RUN --no-cache echo $(git describe --always --tags --dirty) > VERSION
RUN --no-cache echo $(git describe --always --tags) > VERSION

ARG VERSION=$(cat VERSION)
SAVE ARTIFACT VERSION VERSION
Expand Down

0 comments on commit d08ebac

Please sign in to comment.