Skip to content

Commit

Permalink
chore: fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Mar 7, 2024
1 parent 1cf1a57 commit 930162c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-pr-for-release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 930162c

Please sign in to comment.