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: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [main] branches: [main-no]
paths: paths:
- "version.json" - "version.json"

View file

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