feat(ci): fix release body (#3822)
This commit is contained in:
parent
5008e57a56
commit
4161a74eaf
@ -48,8 +48,6 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
id: ${{ github.event.release.id }}
|
||||
body: |
|
||||
${{ github.event.release.body }}
|
||||
|
||||
---
|
||||
|
||||
# Deployments
|
||||
@ -71,6 +69,6 @@ jobs:
|
||||
|
||||
IPFS gateways:
|
||||
|
||||
https://${{ env.IPFS_V1 }}.dweb.link/
|
||||
https://${{ env.IPFS_V1 }}.cf-ipfs.com/
|
||||
https://${{ env.IPFS_V1 }}.ipfs.dweb.link/
|
||||
https://${{ env.IPFS_V1 }}.ipfs.cf-ipfs.com/
|
||||
ipfs://${{ env.IPFS_V0 }}/
|
||||
|
Loading…
Reference in New Issue
Block a user