diff --git a/.github/workflows/package-tag-publish.yml b/.github/workflows/package-tag-publish.yml index e2de3562..47f5a39f 100644 --- a/.github/workflows/package-tag-publish.yml +++ b/.github/workflows/package-tag-publish.yml @@ -42,6 +42,8 @@ jobs: - name: Publish Dev Tag run: | rm -rf src .husky .github .storybook .prettierrc .eslint.config.js pnpm-lock.yaml vercel.json vite.config.js + git config --global user.email "bot@corca.ai" + git config --global user.name "corca-ai" git add . git commit -m "chore: release ${BRANCH_SLUG}-${SHORT_SHA}" git tag -a "${BRANCH_SLUG}-${SHORT_SHA}" -m "Release ${BRANCH_SLUG}-${SHORT_SHA}"