From 19272b416ee9fad1b980c09473f423fbfb5a1f47 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 15 Oct 2024 13:58:08 +0800 Subject: [PATCH] release2.1.14rc --- .github/workflows/release.yml | 1 + version.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6b2993f..c0235f8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: cp -r scripts websoft9 cp -r install websoft9 cp -r systemd websoft9 + cp -r docs websoft9 cp *.md websoft9 cp version.json websoft9 zip -r websoft9-${{ steps.convert_version.outputs.VERSION_CORE }}.zip websoft9 diff --git a/version.json b/version.json index adaf9f2e..88600efa 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.14-rc2", + "version": "2.1.14-rc1", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",