Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Dec 30, 2022
1 parent 2bfbbdc commit b73d1b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-bottles-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@code-hike/lighter": patch
---

Test commit
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Push changes
if: steps.version.outputs.changes == 'true'
run: |
git config user.email "<email>"
git config user.name "<name>"
git config user.name "GitHub Action"
git add -A
git commit -m "New version" || echo "No changes to commit"
git push
Expand Down

1 comment on commit b73d1b7

@vercel
Copy link

@vercel vercel bot commented on b73d1b7 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lighter – ./

lighter-git-main-codehike.vercel.app
lighter.codehike.org
lighter-codehike.vercel.app

Please sign in to comment.