Skip to content

Commit d8ba71c

Browse files
author
sangeet-joy_xero
committed
logging & testing
1 parent be589ba commit d8ba71c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-yaml-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Update version of the yaml files
2626
run: |
27+
ls
2728
Files=("xero_accounting.yaml", "xero_assets.yaml", "xero_bankfeeds.yaml", "xero_files.yaml", "xero-app-store.yaml")
2829
for file in "${Files[@]}"; do
2930
yq eval ".info.version = 10.1.0" -i "$file"

0 commit comments

Comments
 (0)