From 79cfe67efdc7f43a68b30092e7296137a8c85b83 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Thu, 1 Aug 2024 13:54:41 +0300 Subject: [PATCH] Remove the notes from the release for now --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b864263..c53badf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,11 @@ jobs: permissions: contents: write steps: + - name: "Checkout repository" + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + with: + fetch-depth: 0 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 - name: Create a GitHub release @@ -76,7 +81,7 @@ jobs: dist/* \ --repo "${{ github.repository }}" \ --title "${{ github.ref_name }}" \ - --notes-file CHANGELOG.md \ + --notes-from-tag \ --draft \ --verify-tag \ --generate-notes