We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb03c8 commit 980dedbCopy full SHA for 980dedb
.github/workflows/releae.yml
@@ -48,12 +48,15 @@ jobs:
48
49
release:
50
name: Release
51
- runs-on: ubuntu-latest
+ runs-on: ipfs-dev-gateway
52
needs: [test]
53
steps:
54
- uses: actions/checkout@v6
55
+ - uses: actions/setup-node@v6
56
+ with:
57
+ node-version: "22"
58
- name: Publish
- 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
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1"
0 commit comments