Skip to content

Commit

Permalink
remove IPFS upload from CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DistributedDoge authored Dec 12, 2023
1 parent 9b287a8 commit 9067c8c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jobs:
asset_path: ${{ github.workspace }}/data/dbt.duckdb
asset_name: dbt.duckdb

- name: Upload to IPFS
uses: web3-storage/add-to-web3@v2
id: web3
with:
web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }}
path_to_add: 'data'

- run: echo ${{ steps.web3.outputs.cid }}
- run: echo ${{ steps.web3.outputs.url }}

- name: Publish release
uses: StuYarrow/publish-release@v1.1.2
Expand Down

0 comments on commit 9067c8c

Please sign in to comment.