From c96c5350d62e44f4ac26b89f71dd650da73c8c8c Mon Sep 17 00:00:00 2001 From: adrinr Date: Fri, 21 Apr 2023 10:19:54 +0100 Subject: [PATCH] Commit all --- .github/workflows/release-develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-develop.yml b/.github/workflows/release-develop.yml index 979e9ff147..697647380d 100644 --- a/.github/workflows/release-develop.yml +++ b/.github/workflows/release-develop.yml @@ -60,8 +60,8 @@ jobs: # setup the username and email. git config --global user.name "Budibase Staging Release Bot" git config --global user.email "<>" - git submodule foreach git add . && git commit -m 'release process' - git add . && git commit -m 'release process' + git submodule foreach git commit -a -m 'release process' + git commit -a -m 'release process' echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc yarn release:develop