Skip to content

Commit

Permalink
Fix Git command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Aug 7, 2024
1 parent fcfa0b9 commit ff99465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up git
run: |
git config user.name "github-action[bot]"
git config user.email "action.bot@example.com"
git config user.email "samrichard@google.com"
- name: Tag
run: pnpm version minor
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build",
"preview": "vite preview",
"format": "prettier -w .",
"version": "node ./bump.js && pnpm build && git commit -A"
"version": "node ./bump.js && pnpm build && git commit -a"
},
"devDependencies": {
"dotenv": "^16.4.2",
Expand Down

0 comments on commit ff99465

Please sign in to comment.