Skip to content

Commit eb6974e

Browse files
authored
Update update-package-json.yml
1 parent 523d640 commit eb6974e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-package-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Validate and update package.json
2727
id: validate
2828
run: |
29-
python .github/scripts/validate-package-json.py
29+
python .github/scripts/validate-package-json.py || true
3030
EXIT_CODE=$?
3131
echo "changes_made=$EXIT_CODE" >> $GITHUB_OUTPUT
3232
exit 0

0 commit comments

Comments
 (0)