@cryptotaxi247 / kubo / commits / 2963f1051

chore: increase time of sync-release-assets

Need to increase the time so we can release 0.26.0-rc1. It seems that getting the assets is taking a bit longer than normal https://github.com/ipfs/kubo/actions/runs/7486931561/job/20378282844

Henrique Dias committed Jan 11, 2024 at 10:56 UTC 2963f1051b3b8ab8f6a4a4bd9e58d15b5eea9be8
1 file changed +1 -1
.github/workflows/sync-release-assets.yml
+1 -1
@@ -16,7 +16,7 @@ jobs:
16 dist-ipfs-tech:
17 if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
18 runs-on: "ubuntu-latest"
19 - timeout-minutes: 5
19 + timeout-minutes: 15
20 steps:
21 - uses: ipfs/download-ipfs-distribution-action@v1
22 - uses: ipfs/start-ipfs-daemon-action@v1