We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfbbdc commit b73d1b7Copy full SHA for b73d1b7
.changeset/mean-bottles-whisper.md
@@ -0,0 +1,5 @@
1
+---
2
+"@code-hike/lighter": patch
3
4
+
5
+Test commit
.github/workflows/release.yml
@@ -41,8 +41,7 @@ jobs:
41
- name: Push changes
42
if: steps.version.outputs.changes == 'true'
43
run: |
44
- git config user.email "<email>"
45
- git config user.name "<name>"
+ git config user.name "GitHub Action"
46
git add -A
47
git commit -m "New version" || echo "No changes to commit"
48
git push
0 commit comments