We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c433441 commit d5981beCopy full SHA for d5981be
.circleci/config.pkl
@@ -56,7 +56,6 @@ jobs {
56
command = #"""
57
echo "Creating release"
58
gh release create k8s@${CIRCLE_TAG} \
59
- --title "${CIRCLE_TAG}" \
60
--target "${CIRCLE_SHA1}" \
61
--notes "Release k8s version ${CIRCLE_TAG}" \
62
--repo "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" \
.circleci/config.yml
@@ -22,7 +22,6 @@ jobs:
22
command: |-
23
24
25
26
27
28
0 commit comments