Skip to content

Commit

Permalink
Fixed get latest tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Grigorev committed Apr 15, 2024
1 parent 83701c4 commit da0f031
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 @@ -2,7 +2,7 @@ DOCKER_ACCOUNT = cherts
APPNAME = pgscv
APPOS = linux

TAG=$(shell git describe --tags --abbrev=0)
TAG=$(shell git tag -l --sort=-creatordate | head -n 1)
COMMIT=$(shell git rev-parse --short HEAD)
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)

Expand Down

0 comments on commit da0f031

Please sign in to comment.