Skip to content

Commit

Permalink
[chore] fix changelog workflow (#31681)
Browse files Browse the repository at this point in the history
Fixes #31680

Let's pin markdown-link-check to the previous version v3.11.2 until the
bug in the latest version v3.12.0 is fixed.
  • Loading branch information
andrzej-stencel committed Mar 11, 2024
1 parent c0b5a1d commit 451159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: make chlog-preview > changelog_preview.md
- name: Install markdown-link-check
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.11.2
- name: Run markdown-link-check
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
run: |
Expand Down

0 comments on commit 451159e

Please sign in to comment.