Skip to content

Commit 64cc16a

Browse files
authored
Merge pull request #3 from stefpap/master
Fix workspace unsafe folder
2 parents 5035de0 + 3cbccc3 commit 64cc16a

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)