We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea4420d + c4e5b4b commit 33e2573Copy full SHA for 33e2573
1 file changed
.github/workflows/releae.yml .github/workflows/release.yml.github/workflows/releae.yml renamed to .github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
node-version: "22"
58
- name: Publish
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
+ run: npx @dappnode/dappnodesdk publish patch --github-release --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