Try to implement nightly app publishing (#5396)

Co-authored-by: matt <matt@roocode.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Matt Rubens 2025-07-04 11:16:45 -04:00 committed by GitHub
parent 8e7d9e092d
commit 055d2bcb87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@ on:
jobs:
publish-nightly:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: read # No tags pushed → read is enough.