Skip to content

Commit

Permalink
Merge pull request #327 from Lumerin-protocol/dev
Browse files Browse the repository at this point in the history
test dev>test version
  • Loading branch information
loonerin authored Dec 3, 2024
2 parents d574cc8 + 1b386f3 commit 2da0f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gen_tag_name/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
VPAT=0
set +o pipefail
VLAST=$(git describe --tags --abbrev=0 --match='v[1-9]*' 2>/dev/null | cut -c2-)
[ $VLAST ] && IFS=. read -r VMAJ VMIN VPAT <<< $VLAST
[ $VLAST ] && declare $(echo $VLAST | awk -F '.' '{print "VMAJ="$1" VMIN="$2" VPAT="$3}')
if [ "$GITHUB_REF_NAME" = "main" ]
then
VPAT=0
Expand Down

0 comments on commit 2da0f41

Please sign in to comment.