Skip to content

Commit 3cbccc3

Browse files
author
Stefanos Papadakis
committed
Fix workspace unsafe folder
1 parent 2f3292a commit 3cbccc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ TAG_REGEX=${INPUT_TAG_REGEX}
1515
VERSION_BUMP=${INPUT_VERSION_BUMP}
1616

1717
git_fetch() {
18+
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
1819
git fetch --depth=1 origin +refs/tags/*:refs/tags/* # Fetch all tags to get the previous tag in the next step.
1920
git fetch --prune --unshallow # Fetch all history to get all commits in the release body.
2021
}

0 commit comments

Comments
 (0)