Skip to content

Commit

Permalink
LATEST_TAG_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 22, 2022
1 parent 0afcb3c commit ce73e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maintain/common/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ boldcat() {

LATEST_TAG_NAME=$(get_latest_release ComposableFi/composable)
#LATEST_TAG_NAME=$(gh release list -L=5 | sed -n '5 p' | awk '{print $(NF-1)}')
boldprint $LATEST_TAG_NAME
boldprint "LATEST_TAG_NAME=$LATEST_TAG_NAME"
git fetch origin tag "${LATEST_TAG_NAME}" --no-tags

# We want to get the tag of the most reccent release.
Expand Down

0 comments on commit ce73e96

Please sign in to comment.