Skip to content

Commit a89ea76

Browse files
committed
fixup! Simplify version update check
1 parent 8ecd180 commit a89ea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
uses: OpenTermsArchive/manage-changelog/[email protected]
9696

9797
- name: Check version number in pyproject.toml matches next version according to changelog
98-
run: grep "^version = \"${{ steps.validate-changelog.outputs.next-version }}\""
98+
run: grep "^version = \"${{ steps.validate-changelog.outputs.next-version }}\"" pyproject.toml

0 commit comments

Comments
 (0)