Skip to content

Commit

Permalink
[fix] CI Process GH-Release (#8)
Browse files Browse the repository at this point in the history
We need to add a git safe dir exception, since we are working on a different repository
  • Loading branch information
phoinixgrr authored Nov 24, 2023
1 parent e94d4fb commit 4c22426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ else
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
$(DOCKER_IMAGE_GH_CLI) \
/bin/sh -c \
"cd /app && \
"git config --global --add safe.directory /app && cd /app && \
gh release create $(APP_VERSION) --generate-notes $(GO_OUT_BIN_DIR)/*" || ${FAIL}
endif
@$(OK) Generating github-release http://github.com/$(GITHUB_ORG)/$(GITHUB_REPO)/releases/tag/$(APP_VERSION) ...
Expand Down

0 comments on commit 4c22426

Please sign in to comment.