Skip to content

Commit

Permalink
feat: updates ipfs-cluster-ctl to v1.0.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry authored May 2, 2022
1 parent a575d37 commit 37cf348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
echo "::set-output name=tempdir::$(echo $PWD)"
- name: Install ipfs-cluster-ctl
run: |
wget https://dist.ipfs.io/ipfs-cluster-ctl/v0.14.1/ipfs-cluster-ctl_v0.14.1_linux-amd64.tar.gz
tar xvfz ipfs-cluster-ctl_v0.14.1_linux-amd64.tar.gz
wget https://dist.ipfs.io/ipfs-cluster-ctl/v1.0.0/ipfs-cluster-ctl_v1.0.0_linux-amd64.tar.gz
tar xvfz ipfs-cluster-ctl_v1.0.0_linux-amd64.tar.gz
- name: pin on cluster
working-directory: ${{ steps.packaging.outputs.tempdir }}
env:
Expand Down

0 comments on commit 37cf348

Please sign in to comment.