diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30b8043..9631b71 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: npx @dappnode/dappnodesdk build --variant mainnet --skip_save - + # e2e-test: # runs-on: mainnet # needs: build-test @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Publish - run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset --all-variants + run: npx @dappnode/dappnodesdk publish major --dappnode_team_preset --all-variants env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1" diff --git a/dappnode_package.json b/dappnode_package.json index 5ff9481..24441d6 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -35,7 +35,8 @@ "portNumber": 3500 }, "warnings": { - "onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar" + "onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar", + "onMajorUpdate": "This major update requires you to reconfigure your previous settings." }, "minimumDappnodeVersion": "0.2.97" }