Skip to content

Commit

Permalink
docs: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Dec 27, 2022
1 parent 301e5eb commit 8154874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This GitHub action automatically detects breaking changes by scanning the messag
<!-- prettier-ignore-start -->
~~~yaml
- name: Report Breaking Changes
uses: tmillr/breaking-change@v1
uses: tmillr/breaking-change@v2
# Only trigger step on push events occurring on your release branch
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
with:
Expand Down

0 comments on commit 8154874

Please sign in to comment.