From d125c7920b3a09c7239543cb1e7c791c190af0e2 Mon Sep 17 00:00:00 2001 From: gary-Shen Date: Mon, 5 Feb 2024 19:49:32 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 266cabb..8acc122 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,6 @@ jobs: runs-on: ubuntu-latest outputs: NEXT_VERSION: ${{ steps.dry-run.outputs.NEXT_VERSION }} - RELEASE_NOTES: ${{ steps.dry-run.outputs.RELEASE_NOTES }} steps: - uses: actions/checkout@v3 with: @@ -189,4 +188,4 @@ jobs: with: url: ${{ secrets.WEBHOOK_URL }} headers: '{"Content-Type": "application/json"}' - body: '{"msgtype":"markdown","markdown":{"content":"${{ needs.prepare.outputs.RELEASE_NOTES }}${{ env.CHANGELOG }}Check it out now \ud83d\udc49\ud83c\udffb [v${{ env.NEXT_VERSION }}](${{ env.PYPI_URL }})"}}' + body: '{"msgtype":"markdown","markdown":{"content":"${{ env.RELEASE_NOTES }}${{ env.CHANGELOG }}Check it out now \ud83d\udc49\ud83c\udffb [v${{ env.NEXT_VERSION }}](${{ env.PYPI_URL }})"}}'