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 01f9dac commit 032dcadCopy full SHA for 032dcad
.github/actions/post-release/entrypoint.sh
@@ -33,6 +33,7 @@ echo ::set-output name=next_version::${next_version}
33
echo "Configuring git"
34
git config --global user.email "$GIT_USER_EMAIL"
35
git config --global user.name "$GIT_USER_NAME"
36
+git config --global --add safe.directory /github/workspace
37
git fetch
38
39
echo -n "Determining target branch: "
.github/actions/pre-release/entrypoint.sh
@@ -16,6 +16,7 @@ fi
16
17
18
19
20
21
22
0 commit comments