Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Try to fix GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Aug 29, 2023
1 parent 0c95473 commit 9c5667a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c5667a

Please sign in to comment.