Skip to content

Commit

Permalink
Update .github/workflows/verify-release-notes.yml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
TobiasLaross and coderabbitai[bot] authored Apr 11, 2024
1 parent d5b0d7b commit 380bbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Compare versions
run: |
if [ "${{ steps.manifest-version.outputs.version }}" != "${{ steps.changelog.outputs.first_line }}" ]; then
echo "Error: The version in manifest.json does not match the first line of changelog"
if [ "${{ steps.manifest-version.outputs.version }}" != "${{ steps.changelog-version.outputs.first_line }}" ]; then
echo "Error: Version mismatch detected. manifest.json version: ${{ steps.manifest-version.outputs.version }}, CHANGELOG version: ${{ steps.changelog-version.outputs.first_line }}"
exit 1
fi

0 comments on commit 380bbcb

Please sign in to comment.