Commit e5bf2d08 authored by Moody Salem's avatar Moody Salem

Pin to pinata instead

parent 2708d264
...@@ -28,11 +28,13 @@ jobs: ...@@ -28,11 +28,13 @@ jobs:
run: yarn run: yarn
- name: Build the IPFS bundle - name: Build the IPFS bundle
run: yarn ipfs-build run: yarn ipfs-build
- name: Upload to IPFS - name: Pin to IPFS
id: upload uses: anantaramdas/ipfs-pinata-deploy-action@v1.5.2
uses: aquiladev/ipfs-action@master
with: with:
path: build/ pin-name: Uniswap ${{ steps.bump_version.outputs.new_tag }}
path: './build'
pinata-api-key: ${{ secrets.PINATA_API_KEY }}
pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET_KEY }}
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: actions/create-release@v1.1.0 uses: actions/create-release@v1.1.0
......
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