Skip to content

Commit

Permalink
Fixed ci job name (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiorgetti authored Sep 5, 2024
1 parent e0785f9 commit 1ec8757
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 @@ -724,7 +724,7 @@ jobs:
cd ${BASEDIR}
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace -prerelease ${VERSION} "${BASEDIR}/archives"
publish-github-v2-images:
publish-github-v2-latest-images:
executor:
name: go_cimg
steps:
Expand Down

0 comments on commit 1ec8757

Please sign in to comment.