Skip to content

Commit

Permalink
Update build-ndk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jul 24, 2024
1 parent 723bc87 commit ab21890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab21890

Please sign in to comment.