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",