From 9c5667a930c92b0befb475132e46d9f3de34a8d7 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Tue, 29 Aug 2023 15:31:16 -0700 Subject: [PATCH] Try to fix GPG --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08d057a..5865f76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,10 +62,12 @@ jobs: if: ${{ inputs.lingua-franca-ref != '' && inputs.nightly == true }} - name: Commit to the `nightly` branch run: | + export GPG_TTY=$(tty) git status --porcelain | grep . && git commit -a -m 'Update lingua-franca submodule' git push -f origin/nightly git switch nightly git pull + shell: bash if: ${{ inputs.lingua-franca-ref != '' && inputs.nightly == true }} - name: Build and package epoch run: mvn -U package