Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed Dec 11, 2024
1 parent 3be37fa commit 1eff18b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v20
uses: tj-actions/changed-files@v45
id: changed-release-file
with:
files: 'RELEASES.md'
fail-if-unchanged: true
- name: Check if RELEASES.md file is changed
if: steps.changed-release-file.outputs.any_changed == 'false'
run: exit 1

0 comments on commit 1eff18b

Please sign in to comment.