Skip to content

Commit b73d1b7

Browse files
committed
Test commit
1 parent 2bfbbdc commit b73d1b7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/mean-bottles-whisper.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@code-hike/lighter": patch
3+
---
4+
5+
Test commit

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
- name: Push changes
4242
if: steps.version.outputs.changes == 'true'
4343
run: |
44-
git config user.email "<email>"
45-
git config user.name "<name>"
44+
git config user.name "GitHub Action"
4645
git add -A
4746
git commit -m "New version" || echo "No changes to commit"
4847
git push

0 commit comments

Comments
 (0)