Skip to content

Commit edf6831

Browse files
fix: Post deployment to continue on error
1 parent d09f231 commit edf6831

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ jobs:
350350
351351
- name: Run Post Deployment Script
352352
shell: pwsh
353+
continue-on-error: true
353354
run: |
354355
Write-Host "Running post deployment script to upload files..."
355356
cd Deployment

0 commit comments

Comments
 (0)