Skip to content

Commit 3d4632f

Browse files
committed
chore: fix publish-release error message to reference master
1 parent 5d0d4b7 commit 3d4632f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/publish-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Verify release is ready
2626
run: |
2727
if ! grep -qF "## $VERSION" CHANGELOG.md; then
28-
echo "::error::CHANGELOG.md has no entry for $VERSION. Merge the prepare-release PR to main before running this workflow."
28+
echo "::error::CHANGELOG.md has no entry for $VERSION. Merge the prepare-release PR to master before running this workflow."
2929
exit 1
3030
fi
3131

0 commit comments

Comments
 (0)