Skip to content

Commit 9067c8c

Browse files
remove IPFS upload from CI steps
1 parent 9b287a8 commit 9067c8c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ jobs:
4646
asset_path: ${{ github.workspace }}/data/dbt.duckdb
4747
asset_name: dbt.duckdb
4848

49-
- name: Upload to IPFS
50-
uses: web3-storage/add-to-web3@v2
51-
id: web3
52-
with:
53-
web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }}
54-
path_to_add: 'data'
55-
56-
- run: echo ${{ steps.web3.outputs.cid }}
57-
- run: echo ${{ steps.web3.outputs.url }}
5849

5950
- name: Publish release
6051
uses: StuYarrow/[email protected]

0 commit comments

Comments
 (0)