Skip to content

Commit ca56e53

Browse files
committed
feature: update delete to use versioning
1 parent 09df621 commit ca56e53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-unl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
8787
- name: Set the next pointer
8888
run: |
89-
gsutil -h "Cache-Control:public, max-age=0" \
89+
gsutil -o GSUtil:parallel_composite_upload_threshold=10M \
90+
-h "Cache-Control:public, max-age=0" \
9091
-h "Content-Type:application/json" \
9192
-h "x-goog-meta-timestamp:${{ steps.meta.outputs.ts }}" \
9293
cp "unl-${{ steps.meta.outputs.ts }}.json" gs://xrplf-unl/unl/next.json

0 commit comments

Comments
 (0)