chore: fix pre-release workflow (#9788)

This commit is contained in:
Nikolay Vitkov 2023-03-06 14:17:29 +01:00 committed by GitHub
parent baf51bc9cb
commit 22e4cc32a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
if: |
startsWith(github.event.head_commit.message, 'chore: release main') &&
contains(fromJSON(needs.check-changes.outputs.changes), 'puppeteer')
needs: check-changes
runs-on: ubuntu-latest
permissions:
contents: write