Skip to content

Commit 0013a07

Browse files
committed
update ipfs workflow
1 parent 33a5a99 commit 0013a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ipfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
release:
33
types: [published]
44
jobs:
5-
archive_ipfs:
5+
ipfs:
66
runs-on: ubuntu-latest
77
steps:
88
- run: echo "TIMESTAMP=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
@@ -11,7 +11,7 @@ jobs:
1111
repository: "ipfs/go-ipfs"
1212
latest: true
1313
fileName: "*"
14-
- uses: valist-io/valist-github-action@v2
14+
- uses: valist-io/valist-github-action@v2.1.0
1515
with:
1616
rpc-url: https://rpc.valist.io/mumbai
1717
private-key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)