chore(release): update DNS on release
This commit is contained in:
parent
513a1b0c4b
commit
f110fa7732
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -44,6 +44,10 @@ jobs:
|
|||||||
pinata-api-key: ${{ secrets.PINATA_API_KEY }}
|
pinata-api-key: ${{ secrets.PINATA_API_KEY }}
|
||||||
pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET_KEY }}
|
pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET_KEY }}
|
||||||
|
|
||||||
|
- name: Update DNS with new IPFS hash
|
||||||
|
id: update_dns
|
||||||
|
run: npx vercel --token ${{ secrets.VERCEL_TOKEN }} --scope uniswap dns add uniswap.org _dnslink.app TXT "dnslink=/ipfs/${{ steps.upload.outputs.hash }}"
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1.1.0
|
uses: actions/create-release@v1.1.0
|
||||||
@ -52,7 +56,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.bump_version.outputs.new_tag }}
|
tag_name: ${{ steps.bump_version.outputs.new_tag }}
|
||||||
release_name: Release ${{ steps.bump_version.outputs.new_tag }}
|
release_name: Release ${{ steps.bump_version.outputs.new_tag }}
|
||||||
draft: false
|
|
||||||
body: |
|
body: |
|
||||||
Release built from commit [`${{ github.sha }}`](https://github.com/Uniswap/uniswap-frontend/tree/${{ github.sha }})
|
Release built from commit [`${{ github.sha }}`](https://github.com/Uniswap/uniswap-frontend/tree/${{ github.sha }})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user