Skip to content

Commit

Permalink
fix: remove "
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 15, 2024
1 parent 04c7bce commit 57f1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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 user.email "[email protected]""
git config user.email "[email protected]"
git config user.name "lebmouse"
git add .
git commit -m "chore: release ${BRANCH_SLUG}-${SHORT_SHA}"
Expand Down

0 comments on commit 57f1736

Please sign in to comment.