We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da262e commit ce66ae8Copy full SHA for ce66ae8
.github/workflows/registry-releaser.yml
@@ -38,6 +38,7 @@ jobs:
38
LATEST_TAG=$(git tag --sort=-version:refname | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+(-.*)?$' | head -n 1)
39
[ -z "$LATEST_TAG" ] && { echo "No release tag found"; exit 1; }
40
TAG_VERSION=$(echo "$LATEST_TAG" | sed 's/^v//')
41
+ echo "Using latest tag: $LATEST_TAG"
42
fi
43
sed -i "s/\${VERSION}/$TAG_VERSION/g" server.json
44
echo "Version: $TAG_VERSION"
0 commit comments