Skip to content

Commit

Permalink
feat(actions): fix typo with preset version
Browse files Browse the repository at this point in the history
This change will fix the conventional-changelog-angular package to use the correct version of 7.0.0. I was looking at the wrong package initiially and grabbed the wrong version.

Signed-off-by: Casale, Robert <[email protected]>
  • Loading branch information
Gearheads committed May 7, 2024
1 parent cabc0f4 commit 4b762fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/titlecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: [email protected].2
preset: [email protected].0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b762fe

Please sign in to comment.