From e6f96996c6c9e848aa3e096cd8586a5d2cb89b50 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 23 Jun 2024 10:29:53 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7ac4fe2a..0fd2f9c3a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: uses: ncipollo/release-action@v1 if: steps.create_tag.outputs.successful with: + allowUpdates: true artifacts: '.deploy/linux-command.docset.tgz' draft: false token: ${{ secrets.GITHUB_TOKEN }}