Skip to content

Commit

Permalink
chore: Set global git user email and name for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 15, 2024
1 parent fbc8338 commit dfc9c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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}"
Expand Down

0 comments on commit dfc9c3c

Please sign in to comment.