(fix): outdated tag recognition
This commit is contained in:
parent
37338f12fb
commit
15138a30da
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ jobs:
|
||||||
test -d releases
|
test -d releases
|
||||||
find releases -type f | grep -q .
|
find releases -type f | grep -q .
|
||||||
|
|
||||||
LATEST_PROD_TAG="$(git tag --list '*-prod' --sort=-v:refname | head -n 1 || true)"
|
LATEST_PROD_TAG="$(git tag --sort=-v:refname | head -n 1 || true)"
|
||||||
|
|
||||||
if [ -n "$LATEST_PROD_TAG" ]; then
|
if [ -n "$LATEST_PROD_TAG" ]; then
|
||||||
RAW_LOG="$(git log "$LATEST_PROD_TAG"..HEAD --pretty=format:'- %s')"
|
RAW_LOG="$(git log "$LATEST_PROD_TAG"..HEAD --pretty=format:'- %s')"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue