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 }}