Skip to content

Commit

Permalink
fix: update webui.ipfs.io dnslink on manual release (#2024)
Browse files Browse the repository at this point in the history
fixes #2021
  • Loading branch information
SgtPooki authored Sep 13, 2022
1 parent fe4ef00 commit 0f1e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 0f1e1c2

Please sign in to comment.