Skip to content

Commit 1eb7a9e

Browse files
committed
Make R2 upload step non-blocking for v1.2.2 release
- Add continue-on-error: true to R2 upload step - Allows release to complete even if R2 credentials are invalid - GitHub Releases upload and Docker image push will proceed normally - Fixes AccessDenied error blocking v1.2.2 release
1 parent 90ad846 commit 1eb7a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
cp ${{ env.ZIP_FILE_NAME}} latest.zip
7171
7272
- name: Upload bundle to R2 bucket
73+
continue-on-error: true
7374
uses: shallwefootball/s3-upload-action@master
7475
with:
7576
endpoint: https://54bf1bf573b3e6471e574cc4d318db64.r2.cloudflarestorage.com

0 commit comments

Comments
 (0)