Skip to content

Commit

Permalink
chore: update add to web3 action (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jan 18, 2022
1 parent f09a62b commit 8f06882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# Add the site to web3.storage, output the cid as `steps.ipfs.outputs.cid`
- name: Add to web3.storage
if: ${{ steps.tag-release.outputs.release_created && matrix.package == 'website' }}
uses: web3-storage/add-to-web3@v1
uses: web3-storage/add-to-web3@v2
id: ipfs
with:
path_to_add: packages/website/out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Add the site to web3.storage, output the cid as `steps.ipfs.outputs.cid`
- name: Add to web3.storage
uses: web3-storage/add-to-web3@v1
uses: web3-storage/add-to-web3@v2
id: ipfs
with:
path_to_add: packages/website/out
Expand Down

0 comments on commit 8f06882

Please sign in to comment.