File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ jobs:
189189 RELEASE_TAG="${GITHUB_REF}.0_python"
190190 RELEASE_NOTES="Automated release for [Python Agent ${GITHUB_REF}](https://github.com/newrelic/newrelic-python-agent/releases/tag/${GITHUB_REF})"
191191 gh auth login --with-token <<< $GH_RELEASE_TOKEN
192- echo "newrelic/newrelic-lambda-layers - Releasing ${RELEASE_TITLE} with tag ${RELEASE_TAG}"
193- gh release create "${RELEASE_TAG}" --title=${RELEASE_TITLE} --repo=newrelic/newrelic-lambda-layers --notes=${RELEASE_NOTES}
194- echo "newrelic/newrelic-agent-init-container - Releasing ${RELEASE_TITLE} with tag ${RELEASE_TAG}"
195- gh release create "${RELEASE_TAG}" --title=${RELEASE_TITLE} --repo=newrelic/newrelic-agent-init-container --notes=${RELEASE_NOTES}
192+ echo "newrelic/newrelic-lambda-layers - Releasing \" ${RELEASE_TITLE}\" with tag ${RELEASE_TAG}"
193+ gh release create "${RELEASE_TAG}" --title=" ${RELEASE_TITLE}" --repo=newrelic/newrelic-lambda-layers --notes=" ${RELEASE_NOTES}"
194+ echo "newrelic/newrelic-agent-init-container - Releasing \" ${RELEASE_TITLE}\" with tag ${RELEASE_TAG}"
195+ gh release create "${RELEASE_TAG}" --title=" ${RELEASE_TITLE}" --repo=newrelic/newrelic-agent-init-container --notes=" ${RELEASE_NOTES}"
196196 env :
197197 GH_RELEASE_TOKEN : ${{ secrets.GH_RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments