We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3292a commit 3cbccc3Copy full SHA for 3cbccc3
release-changelog
@@ -15,6 +15,7 @@ TAG_REGEX=${INPUT_TAG_REGEX}
15
VERSION_BUMP=${INPUT_VERSION_BUMP}
16
17
git_fetch() {
18
+ git config --global --add safe.directory "${GITHUB_WORKSPACE}"
19
git fetch --depth=1 origin +refs/tags/*:refs/tags/* # Fetch all tags to get the previous tag in the next step.
20
git fetch --prune --unshallow # Fetch all history to get all commits in the release body.
21
}
0 commit comments