Skip to content

Commit 178a718

Browse files
Update release-cleanup.yml
1 parent 57c5277 commit 178a718

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-cleanup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
github-token: ${{ secrets.api_bot_pat }}
3333
run-id: ${{ github.run_id }}
3434
path: release-scripts
35+
- name: Add permissions to execute scripts
36+
run: |
37+
chmod +x release-scripts/*.sh
3538
- name: Get List of Files to Delete
3639
id: list_files_to_delete
3740
run: ./release-scripts/get_list_files_to_delete.sh

0 commit comments

Comments
 (0)