Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce66ae8

Browse files
committed
Log latest tag if used
1 parent2da262e commitce66ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/registry-releaser.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
LATEST_TAG=$(git tag --sort=-version:refname | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+(-.*)?$' | head -n 1)
3939
[ -z "$LATEST_TAG" ] && { echo "No release tag found"; exit 1; }
4040
TAG_VERSION=$(echo "$LATEST_TAG" | sed 's/^v//')
41+
echo "Using latest tag: $LATEST_TAG"
4142
fi
4243
sed -i "s/\${VERSION}/$TAG_VERSION/g" server.json
4344
echo "Version: $TAG_VERSION"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp