From 0f1e1c23a926736f77f4684049751f6960015a53 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:41:56 -0700 Subject: [PATCH] fix: update webui.ipfs.io dnslink on manual release (#2024) fixes #2021 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a4f150f1..05f93a181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: # production dnslink is updated on release (during tag build) - run: npx dnslink-dnsimple --domain webui.ipfs.io --link /ipfs/${{ steps.ipfs.outputs.cid }} - if: startsWith(github.ref, 'refs/tags/v') + if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' env: DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }}