We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991cbd5 commit f7caa52Copy full SHA for f7caa52
1 file changed
.github/workflows/cd.yml
@@ -95,7 +95,7 @@ jobs:
95
id: extension-checker
96
working-directory: ./packages/p4
97
run: |
98
- if git diff HEAD^ packages/p4/package.json | grep version;
+ if git diff HEAD^ package.json | grep version;
99
then
100
echo "::set-output name=CHANGED::true"
101
else
0 commit comments