Skip to content

Commit

Permalink
fix: Fix upload-release-assets.sh git config
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 26, 2023
1 parent 40664b5 commit 6ce1b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/upload-release-assets.sh
Expand Up @@ -2,8 +2,8 @@

ORIGINAL_PATH=$PWD

git config user.name "andymac4182"
git config user.email "andrew.mcclenaghan@gmail.com"
git config --global user.name "andymac4182"
git config --global user.email "andrew.mcclenaghan@gmail.com"

cp manifest.json ./.release-repo/manifest.json
cd ./.release-repo
Expand Down

0 comments on commit 6ce1b84

Please sign in to comment.