File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ prod_release() {
198198 git commit --signoff --message " ci(release): Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION} "
199199 fi
200200
201- GIT_COMMIT=" $( git rev-parse --short HEAD) "
201+ GIT_COMMIT=" $( git rev-parse HEAD) "
202202 log_info " Using ${GIT_COMMIT} commit as the release target..."
203203
204204 if [[ ! -e ${BUNDLE_PATH} ]] || ! user_confirm " Bundle already exists. Do you want to use it" " true" ; then
@@ -216,7 +216,7 @@ prod_release() {
216216 git push origin master
217217
218218 # Create a GitHub release
219- log_info " Releasing aws-dd-forwarder-${FORWARDER_VERSION} to GitHub..."
219+ log_info " Releasing aws-dd-forwarder-${FORWARDER_VERSION} , targetting commit ${GIT_COMMIT} , to GitHub..."
220220 hub release create -a " ${BUNDLE_PATH} " -m " aws-dd-forwarder-${FORWARDER_VERSION} " -t " ${GIT_COMMIT} " " aws-dd-forwarder-${FORWARDER_VERSION} "
221221
222222 # Set vars for use in the installation test
You can’t perform that action at this time.
0 commit comments