Skip to content

Commit

Permalink
add git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent 38820a1 commit fe5eb12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ runs:
rm -Rf go-sdk/spec
mv codegen/go go-sdk/spec
cd go-sdk
git config --local user.email "[email protected]"
git config --local user.name "UTxO RPC Codegen"
git commit -a -m "chore: update spec codegen"
- name: Push changes
Expand Down

0 comments on commit fe5eb12

Please sign in to comment.