diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a4a6d5c..3afc831 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -61,8 +61,6 @@ jobs: git config --global user.email "actions-user@noreply.git.demonkernel.io.vn" git rm -r --cached . - git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]' - git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com' git add . git commit -m "chore: release [ci skip]" git push diff --git a/.gitignore b/.gitignore index 5ef6a52..d3d7359 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ !.yarn/plugins !.yarn/releases !.yarn/versions +/.pnpm-store # testing /coverage