Skip to content

Commit

Permalink
Enable major update (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Sep 18, 2024
1 parent 3059c0e commit 0937377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
3 changes: 2 additions & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0937377

Please sign in to comment.