This commit is contained in:
qiaofeng1227 2023-08-21 08:52:52 +08:00
parent 8e6d794b58
commit c01c38f649
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ name: upload_artifact
on:
workflow_dispatch:
push:
branches: [main]
branches: [main-no]
paths:
- "version.json"

View file

@ -6,11 +6,11 @@
"REDIS": "7.0.11"
},
"PLUGINS": {
"PORTAINER": "0.0.2",
"NGINX": "0.0.2",
"MYAPPS": "0.0.3",
"APPSTORE": "0.0.4",
"SETTINGS": "0.0.2",
"PORTAINER": "0.0.5",
"NGINX": "0.0.4",
"MYAPPS": "0.0.7",
"APPSTORE": "0.0.6",
"SETTINGS": "0.0.4",
"NAVIGATOR": "0.5.10",
"LIBRARY": "0.5.3"
},
@ -43,5 +43,5 @@
"18.04"
]
},
"VERSION": "0.8.10"
"VERSION": "0.8.18"
}