diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9eeebd8..b3c76564 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,10 +39,10 @@ jobs: - name: Publish to Pypi run: | - git config --local user.name "gunfoldspypi" - git config --local user.email "neuroneural.trends@gmail.com" mkdir testgunfolds cd testgunfolds + git config --global user.name "gunfoldspypi" + git config --global user.email "neuroneural.trends@gmail.com" git clone https://github.com/neuroneural/gunfolds.git cd gunfolds git config --list