From f4f524d7767cbdc517494e702e04c16edda0270d Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 10 Feb 2024 11:57:58 -0300 Subject: [PATCH] commit all --- .github/actions/go-release/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/go-release/action.yml b/.github/actions/go-release/action.yml index 735afda..b652938 100644 --- a/.github/actions/go-release/action.yml +++ b/.github/actions/go-release/action.yml @@ -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'