From da70bc9417031d705ca4a63a49b41771c3053d3d Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Thu, 6 Jun 2024 12:24:28 +0800 Subject: [PATCH] ci: tdesign-changelog-action (#1429) * ci: test tdesign-changelog-action * ci(auto-release): fix merge_tag not working --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 999be0087..f25ea742f 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -19,7 +19,7 @@ jobs: steps: - run: echo "The head of this PR starts with 'release/'" - uses: actions/checkout@v3 - - uses: 94dreamer/auto-release@develop + - uses: TDesignOteam/tdesign-changelog-action@main id: changelog env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}