docs(rpc): annotate tag with the provided message (#9601)

This commit is contained in:
Andronik Ordian 2018-09-19 20:23:47 +02:00 committed by Afri Schoedon
parent 33a014013a
commit 6253308e2e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ commit_files() {
git checkout -b rpcdoc-update-${CI_COMMIT_REF_NAME}
git add .
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() {