Update check-git-apply.yaml

This commit is contained in:
uazo
2023-10-27 08:29:17 -06:00
committed by GitHub
parent 6828b4659e
commit c5b954b78e
+1 -2
View File
@@ -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: |