Skip to content

Commit

Permalink
commit all
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent fe5eb12 commit f4f524d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ runs:
cd go-sdk
git config --local user.email "codegen@utxorpc.org"
git config --local user.name "UTxO RPC Codegen"
git commit -a -m "chore: update spec codegen"
git add -A
git commit -m "chore: update spec codegen"
- name: Push changes
if: inputs.mode == 'release'
Expand Down

0 comments on commit f4f524d

Please sign in to comment.