Skip to content

Commit

Permalink
chore: fix pre-release workflow (#9788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Mar 6, 2023
1 parent baf51bc commit 22e4cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 22e4cc3

Please sign in to comment.