We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4e629 commit 3402be6Copy full SHA for 3402be6
.github/scripts/setup-ci-git-user.sh
@@ -12,8 +12,8 @@ then
12
exit 1
13
fi
14
15
-git config --global user.name "$GITHUB_NAME"
16
-git config --global user.email "$GITHUB_EMAIL"
17
-echo "machine github.com login $GITHUB_NAME password $GITHUB_TOKEN" > ~/.netrc
+git config user.name "$GITHUB_NAME"
+git config user.email "$GITHUB_EMAIL"
+echo "machine github.com login $GITHUB_NAME password $GITHUB_TOKEN" > "$HOME/.netrc"
18
19
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
with:
title: "release: version packages"
commit: "release: version packages"
20
- setupGitUser: false
+ setupGitUser: "false"
21
publish: "yarn release:publish"
22
version: "yarn release:version"
23
env:
0 commit comments