mirror of
https://github.com/ilyakooo0/compaREST.git
synced 2024-11-25 20:11:16 +03:00
fixed check action
This commit is contained in:
parent
c01ef43ed5
commit
135c0bacdc
2
.github/workflows/github-actions-image.yaml
vendored
2
.github/workflows/github-actions-image.yaml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
- name: Check changelog
|
||||
if: github.event_name == 'release'
|
||||
run: |
|
||||
if [ ! grep '^## ${{ github.event.release.tag_name }}$' CHANGELOG.md ]; then
|
||||
if ! grep '^## ${{ github.event.release.tag_name }}$' CHANGELOG.md; then
|
||||
echo "::error file=CHANGELOG.md::CHANGELOG.md does not contain an entry for this release."
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user