From e7d0b4167ac6de3b45fdbbc923005d30c71c43d6 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 15 May 2023 14:09:15 +0300 Subject: [PATCH] fix(github): Drop GPG `-S` from submodule commit --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 3b7a890..1de36bd 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -26,7 +26,7 @@ jobs: - name: Update submodules run: | - if git commit -S -am"Update submodules (automated) + if git commit -am"Update submodules (automated) $(git submodule --quiet foreach \ 'tag="$(git describe --tags --abbrev=0 origin/HEAD)"