From daf59ef2ce43c8e4974150356d7250b4c41b4f93 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 26 Jun 2024 00:15:58 +0800 Subject: [PATCH] ci: update workflows config. --- .github/FUNDING.yml | 12 +++--------- .github/workflows/ci.yml | 3 ++- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 716bbf0..abe8b76 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,9 +1,3 @@ -# These are supported funding model platforms - -# github: [jaywcjlove] -# patreon: # Replace with a single Patreon username -# open_collective: # Replace with a single Open Collective username -# ko_fi: # Replace with a single Ko-fi username -# tidelift: #npm/mocker-api -# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -custom: https://jaywcjlove.github.io/#/sponsor +ko_fi: jaywcjlove +buy_me_a_coffee: jaywcjlove +custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef6d28c..87fb859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: EOF - - run: npm install idoc@1.27.2 -g + - run: npm install idoc@1 -g - run: idoc - run: cp -rp coverage/lcov-report dist @@ -119,6 +119,7 @@ jobs: uses: ncipollo/release-action@v1 if: steps.create_tag.outputs.successful with: + allowUpdates: true name: ${{ steps.create_tag.outputs.version }} tag: ${{ steps.create_tag.outputs.version }} token: ${{ secrets.GITHUB_TOKEN }}