We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738f160 commit 462a69bCopy full SHA for 462a69b
.github/workflows/build.yml
@@ -64,11 +64,11 @@ jobs:
64
mysql_version=$(grep -o 'mysql:[0-9.]*' ${dockerfile} | \
65
cut -d: -f2 | \
66
head -n1)
67
- mroonga_version=$(grep -o 'groonga_version=[0-9.]*' ${dockerfile} | \
68
- cut -d: -f2 | \
+ mroonga_version=$(grep -o 'mroonga_version=[0-9.]*' ${dockerfile} | \
+ cut -d= -f2 | \
69
70
groonga_version=$(grep -o 'groonga_version=[0-9.]*' ${dockerfile} | \
71
72
73
echo "MySQL ${mysql_version}, Mroonga ${mroonga_version}, Groonga ${groonga_version}" | tee release-title.txt
74
cat <<RELEASE_NOTE | tee release-note.md
0 commit comments