You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-branch.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,17 @@ jobs:
53
53
- name: Generate readme
54
54
shell: bash
55
55
run: |
56
+
if [ ! -f README.yaml ]; then
57
+
echo "Project does not have a README.yaml. Skipping..."
58
+
exit 0
59
+
fi
60
+
61
+
# A Makefile is required for build-harness and rebuilding the README.md from the README.yaml and rebuilding the README.md from the README.yaml and rebuilding the README.md from the README.yaml and rebuilding the README.md from the README.yaml
0 commit comments