Skip to content

Commit

Permalink
Revert CircleCI changes regarding publishing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusoe authored Jun 21, 2022
1 parent 0068f53 commit 94fdf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
command: |
VERSION=${CIRCLE_TAG}
BODY=$(cat ~/inspectit/changelog/release_body.md)
ghr -t ${GITHUB_TOKEN} -u NTTechnicalUser -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n "Version ${CIRCLE_TAG}" -b "${BODY}" ${VERSION} ~/inspectit/artifacts/
ghr -t ${GITHUB_TOKEN} -u inspectIT -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n "Version ${CIRCLE_TAG}" -b "${BODY}" ${VERSION} ~/inspectit/artifacts/
# Publish docker images
publish_docker_images:
Expand Down

0 comments on commit 94fdf8d

Please # to comment.