From bb36a09bb0297c24cda40ed6dfa3e1079a6eb84f Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Tue, 5 Mar 2024 19:47:51 +0800 Subject: [PATCH] fix: fix the release script --- .github/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 46eba1c..5ec0ad2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,14 +12,8 @@ jobs: needs: test steps: - uses: actions/checkout@v3 - - uses: snapADDY/snapaddy-changelog-parser@0.1.0 - id: read - with: - changelog-path: changelog.md - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') - with: - body: ${{ steps.read.outputs.changelog }} publish: runs-on: ubuntu-latest