From e3472bebe35aecc6b87130f7a5148be0943b9dc1 Mon Sep 17 00:00:00 2001 From: Little Human Date: Sun, 11 Sep 2022 12:15:24 +0700 Subject: [PATCH] Use custom action for ipfs Signed-off-by: Little Human --- .github/workflows/release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a5e5416..d5e67f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,15 +45,16 @@ jobs: run: yarn run export - name: Deploy to IPFS - uses: web3-storage/add-to-web3@v2 + uses: 10xHuman/add-to-web3@main id: web3 with: - path_to_add: out + path_to_add: "out" + file_name: "Kongkow ${{ needs.bump_version.outputs.new_tag }}" web3_token: ${{ secrets.WEB3_STORAGE_TOKEN}} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Update DNS with new IPFS hash testnet + - name: Update DNS with new IPFS hash env: CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} RECORD_DOMAIN: "kongkowitpku.xyz"