From c62a49a3b6c209d7ce32e5888ba7e5d3f11a361d Mon Sep 17 00:00:00 2001 From: Tyh2001 <1469442737@qq.com> Date: Sun, 30 Jul 2023 22:54:23 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-tag.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/release-tag.yml diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml deleted file mode 100644 index 24bda9b3b5..0000000000 --- a/.github/workflows/release-tag.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Create Release Tag - -on: - push: - tags: - - 'v*' - -jobs: - release-tag: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@master - - - name: Create Release Tag - id: release_tag - uses: yyx990803/release-tag@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - body: | - 详细更新日志请参考 [CHANGELOG.md](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)。 - - Please refer to [CHANGELOG.en-US.md](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) for details.