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 347cd15 commit 7d398f6Copy full SHA for 7d398f6
.github/actions/post-release/entrypoint.sh
@@ -29,6 +29,7 @@ echo ::set-output name=next_version::${next_version}
29
echo "Configuring git"
30
git config --global user.email "$GIT_USER_EMAIL"
31
git config --global user.name "$GIT_USER_NAME"
32
+git config --global --add safe.directory /github/workspace
33
git fetch
34
35
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