From ab2189009e4510ff35d3c14aecc14fb14671c098 Mon Sep 17 00:00:00 2001 From: Daniel <790119+DanTheMan827@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:31:13 -0500 Subject: [PATCH] Update build-ndk.yml --- .github/workflows/build-ndk.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ndk.yml b/.github/workflows/build-ndk.yml index a578481..a11d715 100644 --- a/.github/workflows/build-ndk.yml +++ b/.github/workflows/build-ndk.yml @@ -143,7 +143,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Make PR to mod repo - if: ("${{ secrets.BSQMODS_TOKEN }}" != "" && startsWith(github.ref, 'refs/tags/v')) + if: startsWith(github.ref, 'refs/tags/v') + continue-on-error: true id: qmod-release uses: QuestPackageManager/qmod-repo-publish-action@main with: