Skip to content

Commit

Permalink
hotfix: Add safe directory for in docker execution (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis authored Jun 22, 2023
1 parent 495d591 commit 5892c47
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 @@ -351,7 +351,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 5892c47

Please sign in to comment.