Skip to content

Commit 0020ae6

Browse files
committed
update
1 parent 487bef9 commit 0020ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version-operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
294294
# Add files to commit
295295
FILES_TO_ADD="package.json"
296-
for file in backend/package.json ui/package.json testing/alpha/package.json testing/beta/package.json testing/production/package.json README.md; do
296+
for file in backend/package.json ui/package.json testing/alpha/package.json testing/beta/package.json testing/production/package.json scripts/package.json README.md; do
297297
if [ -f "$file" ]; then
298298
FILES_TO_ADD="$FILES_TO_ADD $file"
299299
fi

0 commit comments

Comments
 (0)