Skip to content

Commit 3730c67

Browse files
author
github-actions
committed
build: 748e6994494fc09de667d3a05aa10a78a3f0a1f2
1 parent 2dd4294 commit 3730c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# git push prod main --force
4848

4949
- name: Update README with repository links
50-
run: ./build/update-readme.sh
50+
run: chmod +x ./build/update-readme.sh && ./build/update-readme.sh
5151

5252
- name: Commit and push changes
5353
run: |

0 commit comments

Comments
 (0)