File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 PUBVER=${GITHUB_REF_NAME}
8989 git checkout main
9090 sed -i "s/<p>Version: .*/<p>Version: ${PUBVER} (@${PUBHASH} ${PUBDATE})<\/p>/g" docs/index.html
91- sed -i "s/releases\/v.*\//releases\/ ${PUBVER}\// g" docs/index.html
91+ sed -i "s|\(releases/\)v[0-9]\+\.[0-9]\+\.[0-9]\+|\1 ${PUBVER}| g" docs/index.html
9292 git add docs/index.html
9393 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
9494 git config user.name "GitHub Actions"
Original file line number Diff line number Diff line change 2020 < div class ="row ">
2121 < div class ="col-4 offset-md-4 text-center ">
2222 < p > Version: v1.1.2 (@a786e5f 2026-07-14)</ p >
23- < a href ="https://github.com/percona/lumograph/releases/v1.1.2/a> |
24- <a href= "https: //github.com/percona/lumograph/releases/v1.1.2/a>
23+ < a href ="https://github.com/percona/lumograph/releases/v1.1.2/lumograph-linux-amd64 " > Download < strong > Linux x86_64 </ strong > </ a > |
24+ < a href ="https://github.com/percona/lumograph/releases/v1.1.2/lumograph-darwin-arm64 " > Download < strong > macos arm64 </ strong > </ a >
2525 </ div >
2626 </ div >
2727
You can’t perform that action at this time.
0 commit comments