Skip to content

Commit f7caa52

Browse files
committed
main2.md
1 parent 991cbd5 commit f7caa52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
id: extension-checker
9696
working-directory: ./packages/p4
9797
run: |
98-
if git diff HEAD^ packages/p4/package.json | grep version;
98+
if git diff HEAD^ package.json | grep version;
9999
then
100100
echo "::set-output name=CHANGED::true"
101101
else

0 commit comments

Comments
 (0)