Skip to content

Commit

Permalink
Merge pull request #3 from AndersSteenNilsen/ci
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
AndersSteenNilsen authored Jul 22, 2023
2 parents b446fc6 + 1d73c35 commit cc73657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Commit version bumb
run: |
git config --global user.name 'GH actions'
git config --global user.email 'githubaction@github.com'
git config user.name github-actions
git config user.email github-actions@github.com
git commit -am "Automatic minor version bump"
git push
Expand Down

0 comments on commit cc73657

Please sign in to comment.