diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index 94c9cc93..47ad700d 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -96,8 +96,7 @@ jobs: git commit -m $VERSION git tag -a $VERSION -m $VERSION - git add -f v8 - git commit -m ":NOEXPORT: v8" + git add -f v8 && git commit -m ":NOEXPORT: v8" || true - name: Apply patches ${{ github.event.inputs.rtag }} run: |