docs(rpc): annotate tag with the provided message (#9601)
This commit is contained in:
parent
33a014013a
commit
6253308e2e
@ -34,7 +34,7 @@ commit_files() {
|
|||||||
git checkout -b rpcdoc-update-${CI_COMMIT_REF_NAME}
|
git checkout -b rpcdoc-update-${CI_COMMIT_REF_NAME}
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update docs to ${CI_COMMIT_REF_NAME}"
|
git commit -m "Update docs to ${CI_COMMIT_REF_NAME}"
|
||||||
git tag -a "${CI_COMMIT_REF_NAME}"
|
git tag -a "${CI_COMMIT_REF_NAME}" -m "Update RPC docs to ${CI_COMMIT_REF_NAME}"
|
||||||
}
|
}
|
||||||
|
|
||||||
upload_files() {
|
upload_files() {
|
||||||
|
Loading…
Reference in New Issue
Block a user