Skip to content

Commit

Permalink
chore: use release title for prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 1, 2022
1 parent 592745c commit a92c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-release:
if: '!startsWith(github.event.head_commit.message, "chore: freeze version on docs")'
if: "startsWith(github.event.head_commit.message, 'chore(main): release')"
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit a92c71d

Please sign in to comment.