Attempted fix for release job

This commit is contained in:
OpenSauce 2024-03-29 18:30:55 +00:00 committed by GitHub
parent 50e4f259a8
commit 7f497a3724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,6 +248,8 @@ jobs:
- name: Build
run: ./.ci/ios.sh
release:
permissions:
contents: write
runs-on: ubuntu-latest
needs: [windows, linux, macos-universal, android, source]
if: ${{ startsWith(github.ref, 'refs/tags/') }}