Skip to content

Commit

Permalink
Fix missing QPM in action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Mar 29, 2024
1 parent 7762f11 commit e878fdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
echo "TAG=${GITHUB_REF#refs/tags/}" >> ${GITHUB_OUTPUT}
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> ${GITHUB_OUTPUT}
# if we don't have a tag, don't do anything special
- name: Setup qpm
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
uses: Fernthedev/qpm-action@main
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e878fdb

Please sign in to comment.