chore: fix release flow

This commit is contained in:
Vlad Frangu
2024-03-07 14:24:21 +02:00
parent 1cf1a57365
commit 930162c7a6

View File

@@ -67,6 +67,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
if: github.repository_owner == 'discordjs' && github.event_name == 'push' && startsWith(github.event.head_commit.message, 'chore(release)') && !contains(github.event.head_commit.message, '[skip ci]')
steps: