We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5a99 commit 0013a07Copy full SHA for 0013a07
.github/workflows/ipfs.yml
@@ -2,7 +2,7 @@ on:
2
release:
3
types: [published]
4
jobs:
5
- archive_ipfs:
+ ipfs:
6
runs-on: ubuntu-latest
7
steps:
8
- run: echo "TIMESTAMP=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
@@ -11,7 +11,7 @@ jobs:
11
repository: "ipfs/go-ipfs"
12
latest: true
13
fileName: "*"
14
- - uses: valist-io/valist-github-action@v2
+ - uses: valist-io/valist-github-action@v2.1.0
15
with:
16
rpc-url: https://rpc.valist.io/mumbai
17
private-key: ${{ secrets.PRIVATE_KEY }}
0 commit comments