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 207cca6 commit 968270fCopy full SHA for 968270f
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
113
# pin the built site to ipfs-websites cluster, output the cid as `steps.ipfs.outputs.cid`
114
# see: https://github.com/ipfs-shipyard/ipfs-github-action
115
- - uses: ipfs-shipyard/ipfs-github-action@v2.0.0
+ - uses: ipfs-shipyard/ipfs-github-action@v2.1.0
116
id: ipfs
117
with:
118
path_to_add: build
@@ -121,6 +121,8 @@ jobs:
121
cluster_password: ${{ secrets.CLUSTER_PASSWORD }}
122
env:
123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124
+ GODEBUG: netdns=go
125
+
126
- run: echo ${{ steps.ipfs.outputs.url }}
127
- run: echo ${{ github.ref }}
128
0 commit comments