From b73d1b7f261fac75015b251ec578b6293f78181e Mon Sep 17 00:00:00 2001 From: Rodrigo Pombo Date: Fri, 30 Dec 2022 19:52:51 +0000 Subject: [PATCH] Test commit --- .changeset/mean-bottles-whisper.md | 5 +++++ .github/workflows/release.yml | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/mean-bottles-whisper.md diff --git a/.changeset/mean-bottles-whisper.md b/.changeset/mean-bottles-whisper.md new file mode 100644 index 0000000..27f3a9c --- /dev/null +++ b/.changeset/mean-bottles-whisper.md @@ -0,0 +1,5 @@ +--- +"@code-hike/lighter": patch +--- + +Test commit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d783de6..a38231b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,8 +41,7 @@ jobs: - name: Push changes if: steps.version.outputs.changes == 'true' run: | - git config user.email "" - git config user.name "" + git config user.name "GitHub Action" git add -A git commit -m "New version" || echo "No changes to commit" git push