Skip to content

Commit 980dedb

Browse files
run release on ipfs dev gateway
1 parent fdb03c8 commit 980dedb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/releae.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@ jobs:
4848
4949
release:
5050
name: Release
51-
runs-on: ubuntu-latest
51+
runs-on: ipfs-dev-gateway
5252
needs: [test]
5353
steps:
5454
- uses: actions/checkout@v6
55+
- uses: actions/setup-node@v6
56+
with:
57+
node-version: "22"
5558
- name: Publish
56-
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset --timeout 2h --all-variants
59+
run: npx @dappnode/dappnodesdk publish patch --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --timeout 2h --all-variants
5760
env:
5861
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5962
DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1"

0 commit comments

Comments
 (0)