Skip to content

Commit

Permalink
v 0.1.6 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Feb 5, 2024
1 parent ec6ed01 commit c352bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Commit changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "hello@inlang.com"
git config --local user.name "inlang-bot"
git add package.json
git commit -m "Bump version to ${{ steps.version.outputs.version }}"
Expand Down

0 comments on commit c352bd9

Please sign in to comment.