Commit 7d379b79 authored by Moody Salem's avatar Moody Salem

yaml error

parent 4e8777c7
...@@ -32,16 +32,16 @@ jobs: ...@@ -32,16 +32,16 @@ jobs:
with: with:
path: build/ path: build/
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: actions/create-release@v1.0.0 uses: actions/create-release@v1.0.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}
draft: true draft: true
body: | body: |
This release can be accessed at the following IPFS URLs: This release can be accessed at the following IPFS URLs:
- https://cloudflare-ipfs.com/ipfs/${{ steps.upload.outputs.hash }}/ - https://cloudflare-ipfs.com/ipfs/${{ steps.upload.outputs.hash }}/
- https://ipfs.infura.io/ipfs/${{ steps.upload.outputs.hash }}/ - https://ipfs.infura.io/ipfs/${{ steps.upload.outputs.hash }}/
- https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/ - https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment