From 648a45e32c9747540b3c888a10271b128a4c7754 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 4 Sep 2024 16:12:45 +0800 Subject: [PATCH] rc4 --- .github/workflows/release.yml | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0df765f6..fe944c37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: curl -X POST "https://api.cloudflare.com/client/v4/accounts/eb79f13320db531d8cf1f3720966b695/pages/projects/doc-websoft9-com/deployments" \ -H "Authorization: Bearer ${{ secrets.CLOUDFLARE_API_TOKEN }}" \ -F "file=@apidocs.zip" \ - -F "development=dev" + # -F "branch=dev" # - name: Publish to Cloudflare Pages # uses: cloudflare/pages-action@v1 diff --git a/version.json b/version.json index 0ffe42ad..98813f87 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.12-rc3", + "version": "2.1.12-rc4", "plugins": { "portainer": "0.1.2", "nginx": "0.0.9",