Update publish.yml

This commit is contained in:
Pouya Saadeghi 2022-11-14 11:59:03 +03:00
parent 5c0528ce10
commit 49f129d200
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ jobs:
if: steps.check.outputs.changed == 'true'
id: commit
run: |
git config --local user.email "action@github.com"
git config --local user.name "github-actions"
git config --local user.email "pouya.saadeghi@gmail.com"
git config --local user.name "Pouya Saadeghi"
git add --all
if [-z "$(git status --porcelain)"]; then
echo "::set-output name=push::false"