From a5a6a037e56a5a9385312014201f2337a20f4d91 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Mon, 27 Feb 2023 12:09:50 -0500 Subject: [PATCH] ci: references to old id `upload` (#6034) fix: references to old id `upload` `upload` seems to have been changed to `pinata` --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b119aef71..cf671faaa8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: continue-on-error: true timeout-minutes: 2 with: - cid: ${{ steps.upload.outputs.hash }} + cid: ${{ steps.pinata.outputs.hash }} seeds: ${{ secrets.CRUST_SEEDS }} - name: Convert CIDv0 to CIDv1 @@ -93,7 +93,7 @@ jobs: IPFS gateways: - https://${{ steps.convert-cidv0.outputs.cidv1 }}.ipfs.dweb.link/ - https://${{ steps.convert-cidv0.outputs.cidv1 }}.ipfs.cf-ipfs.com/ - - [ipfs://${{ steps.upload.outputs.hash }}/](ipfs://${{ steps.pinata.outputs.hash }}/) + - [ipfs://${{ steps.pinata.outputs.hash }}/](ipfs://${{ steps.pinata.outputs.hash }}/) ${{ needs.tag.outputs.changelog }}