diff --git a/index.js b/index.js index 65042636..c78a3df4 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ module.exports = robot => { }, env: { PUBLISH_REPO: ssh_url, - TARGET_COMMITISH: release.tag_name, + TARGET_COMMITISH: `refs/tags/${release.tag_name}`, }, };