mirror of
https://github.com/ilyakooo0/compaREST.git
synced 2024-11-29 10:12:57 +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
|
- name: Check changelog
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: |
|
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."
|
echo "::error file=CHANGELOG.md::CHANGELOG.md does not contain an entry for this release."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user